Answers for "python virtualenv activate with path"

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
0

Activate the environment

$ . venv/bin/activate
Posted by: Guest on December-30-2021

Code answers related to "python virtualenv activate with path"

Python Answers by Framework

Browse Popular Code Answers by Language