requirements

Upgrade python in a virtualenv

Upgrade python in a virtualenv Question: Is there a way to upgrade the version of python used in a virtualenv (e.g. if a bugfix release comes out)? I could pip freeze –local > requirements.txt, then remove the directory and pip install -r requirements.txt, but this requires a lot of reinstallation of large libraries, for instance, …

Total answers: 13