Answers for "how to make virtual env in ubuntu"

0

install virtual environment ubuntu

sudo apt install python3-venv
Posted by: Guest on March-31-2022
0

how to activate virtual environment using ubuntu

# to activate run below command from your project-virtualenv directory
source my-project-env/bin/activate
# to deactivate run below command
deactivate
Posted by: Guest on December-24-2020

Code answers related to "how to make virtual env in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language