Answers for "activate virtual environment command prompt"

8

how to create virtual environment

# for windows 10

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

cmd activate virtualenv

.Scriptsactivate
Posted by: Guest on January-26-2021

Code answers related to "activate virtual environment command prompt"

Python Answers by Framework

Browse Popular Code Answers by Language