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-09-13 12:17:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
432810f9f3
cpython
/
Lib
/
venv
History
Download ZIP
Download TAR.GZ
Vinay Sajip
432810f9f3
Issue
#18807
: If copying (no symlinks) specified for a venv, then the python interpreter aliases (python, python3) are now created by copying rather than symlinking.
2014-05-28 08:06:24 +01:00
..
scripts
Closes
#19139
: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__.
2013-10-02 11:36:16 +01:00
__init__.py
Issue
#18807
: If copying (no symlinks) specified for a venv, then the python interpreter aliases (python, python3) are now created by copying rather than symlinking.
2014-05-28 08:06:24 +01:00
__main__.py