Create a specific python version env in Linux

From the project directory:

python3.6 -m venv ./env

Activate it:

source env/bin/activate

Posted @ 2019-11-10 22:43