Answers for "how to activate an python virtual environment for wvwe"

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
3

how to create a virtual environment in python

source env/bin/activate
Posted by: Guest on March-03-2020

Code answers related to "how to activate an python virtual environment for wvwe"

Python Answers by Framework

Browse Popular Code Answers by Language