Answers for "how to activate virtual environment in ubuntu 20.04"

2

create venv ubuntu 20.04

sudo apt-get install python3-venv

 python3 -m venv .venv
Posted by: Guest on December-19-2020
1

how to activate virtual environment in ubuntu 20.04

python3 -m venv .venv
Posted by: Guest on September-29-2021
0

how to activate virtual environment in ubuntu 20.04

pip3 install virtualenv

Collecting virtualenv
  Downloading https://files.pythonhosted.org/packages/f7/69/9a07/virtualenv-16.7.4-py2.py3-none-any.whl (3.3MB)
    100% |████████████████████████████████| 3.3MB 448kB/s
Installing collected packages: virtualenv
Successfully installed virtualenv-20.0.14
Posted by: Guest on September-29-2021

Code answers related to "how to activate virtual environment in ubuntu 20.04"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language