Answers for "how to activate virtual"

11

how to activate virtual environment in python

# for windows 10

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

how to use virtual environment python

python3 -m venv env
Posted by: Guest on April-10-2020

Code answers related to "how to activate virtual"

Browse Popular Code Answers by Language