Answers for "environment creating in python"

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
0

create an env in python

if you configured the PATH and PATHEXT variables for your Python installation:

c:>python -m venv c:pathtomyenv
Posted by: Guest on April-02-2021

Code answers related to "environment creating in python"

Python Answers by Framework

Browse Popular Code Answers by Language