Answers for "create specified venv version"

1

create specified venv version

# by runnin this command you can directly create python environment in with python3.7 version
python3.7 -m venv <venv_name>
Posted by: Guest on December-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language