Answers for "python how to activate the environment"

11

how to activate virtual environment in python

# for windows 10

py -m venv myvirtualenv
myvirtualenvScriptsactivate #!!!! use "" not "/" !!!!!
Posted by: Guest on May-09-2021
1

create new python environment

py -m venv env
Posted by: Guest on August-10-2020

Code answers related to "python how to activate the environment"

Python Answers by Framework

Browse Popular Code Answers by Language