Answers for "activate another virtualenv 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

activate venv in python

(tutorial-env) $ pip list
novas (3.1.1.3)
numpy (1.9.2)
pip (7.0.3)
requests (2.7.0)
setuptools (16.0)
Posted by: Guest on December-19-2020

Code answers related to "activate another virtualenv python"

Python Answers by Framework

Browse Popular Code Answers by Language