Answers for "imoprting modules into virtual environment python"

45

python virtual environment

python3 -m venv env
python -m virtualenv env #py2

source env/bin/activate

#all this is on same directory
Posted by: Guest on June-05-2020
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 "imoprting modules into virtual environment python"

Python Answers by Framework

Browse Popular Code Answers by Language