Skip to main content

Virtualenv with python3

 $ sudo apt-get install python3-venv

$ python3 -m venv .

-------------------------------

source bin/activate

 

Comments