Answers for "should i make virtual environment in project directory"

15

how to create virtual environment

# for windows 10

py -m venv myvirtualenv
myvirtualenv\Scripts\activate #!!!! use "\" not "/" !!!!!
Posted by: Guest on May-09-2021

Code answers related to "should i make virtual environment in project directory"

Python Answers by Framework

Browse Popular Code Answers by Language