This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-07-24 11:44:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
61d003a8f1
cpython
/
Lib
/
venv
/
scripts
/
nt
History
Download ZIP
Download TAR.GZ
Vinay Sajip
61d003a8f1
Issue
#18224
: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ...
2013-06-30 22:06:52 +01:00
..
activate.bat
Issue
#17743
: Now use extended syntax of set command in .bat files.
2013-05-20 15:38:12 -07:00
Activate.ps1
Closes
#15361
: Corrected venv prompt in PowerShell activation script.
2012-07-15 21:58:13 +01:00
deactivate.bat
Issue
#17744
: Now unset VIRTUAL_ENV environment variable when deactivating.
2013-05-20 15:28:52 -07:00
Deactivate.ps1