Answers for "environment using in python"

8

how to activate virtual environment in python

# for windows 10

py -m venv myvirtualenv
myvirtualenvScriptsactivate #!!!! use "" not "/" !!!!!
Posted by: Guest on May-09-2021
0

activate python virtual environment

# activate python enviroment with global packages

python -m venv env --system-site-packages
Posted by: Guest on May-15-2021

Code answers related to "environment using in python"

Python Answers by Framework

Browse Popular Code Answers by Language