Answers for "create env for python 3"

1

crete venv with pyhton3

virtualenv -p python3 envname
Posted by: Guest on January-11-2021
1

start python virtual

activate venv
Posted by: Guest on June-26-2020
0

how to create environment in python3.7

# 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

Python Answers by Framework

Browse Popular Code Answers by Language