You need to have the utility virtualenv
installed on our system (see my other gist).
Suppose you want to name your virtual environment .venv
. Run
virtualenv --python '<absolute-path-to-Python-executable>/python.exe' .venv
py --version
Check out details here.
Check if pip
is installed on your system by running:
py -m pip --version
If not, download the pip
installation script. In Command Prompt or PowerShell run: