Answers for "activate environment python command"

15

how to activate virtual environment in python

# for windows 10

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

Code answers related to "activate environment python command"

Python Answers by Framework

Browse Popular Code Answers by Language