Answers for "pyhon virtualenv"

57

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

ipython and virtualenvs

# In the venv:
pip install ipython
python -m IPython
Posted by: Guest on January-04-2021

Python Answers by Framework

Browse Popular Code Answers by Language