Answers for "how to python environment"

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
2

create virtual environment python

sudo pip3 install virtualenv 

virtualenv venv
Posted by: Guest on December-09-2020

Code answers related to "how to python environment"

Python Answers by Framework

Browse Popular Code Answers by Language