summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/pyvenv
Commit message (Collapse)AuthorAgeFilesLines
* Fix a variable typo by switching to a f-string.Brett Cannon2015-10-271-1/+1
|
* Issue #25154: Make the file argument apply to the print function andBrett Cannon2015-10-261-1/+1
| | | | not str.format call.
* Issue #25154: Deprecate the pyvenv script.Brett Cannon2015-10-161-0/+6
| | | | | | This was done so as to move users to `python3 -m venv` which prevents confusion over which Python interpreter will be used in the virtual environment when more than one is installed.
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-0/+11