Answers for "this make the environment"

0

start the environment

prompt
cd desktop
cd website
envScriptsactivate.bat
cd django
python3 manage.py runserver
Posted by: Guest on May-18-2021
8

how to create virtual environment

# for windows 10

py -m venv myvirtualenv
myvirtualenvScriptsactivate #!!!! use "" not "/" !!!!!
Posted by: Guest on May-09-2021

Browse Popular Code Answers by Language