python virtualenvironment (venv)

py3
python3 -m venv 
source /bin/activate
py2
python2 -m venv 
source /bin/activate

Popular Posts