News

From a command prompt in the project directory, enter: python -m venv /path/to/venv --upgrade Don’t activate the virtual environment beforehand, or the upgrade may not work. Alternatively ...
Apps that run in the venv can only “see” packages ... a virtual environment in one, the other command-line session will use the system’s default Python installation, not the virtual environment.