Create Virtual Env for Python3.7
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
Install Python3.7
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get install python3.7
Install Python3.7-Venv
sudo apt-get install python3.7-venv
Create Virtual Env
python3.7 -m venv env
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
Comments
Post a Comment