Answers for "how to create and activate project environment 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 venv in python

source tutorial-env/bin/activate
Posted by: Guest on December-19-2020

Code answers related to "how to create and activate project environment in python"

Python Answers by Framework

Browse Popular Code Answers by Language