Answers for "You want to create a virtual environment that uses python 3.9. Which command will create a new virtual environment with the appropriate version of python?"

1

python env

python3 -m venv tutorial-env
tutorial-envScriptsactivate.bat (window)
source tutorial-env/bin/activate (linux)
Posted by: Guest on September-11-2020
1

activate venv

venvScriptsactivate.bat
Posted by: Guest on July-07-2020

Code answers related to "You want to create a virtual environment that uses python 3.9. Which command will create a new virtual environment with the appropriate version of python?"

Browse Popular Code Answers by Language