Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

setting p a virtual envioronment

#Creating a Virtual Environment | Windows 10
#Proceed to the folder were you want to create your environment, Then enter the following:
...> py -m venv project_name
#To activate the environment, run:
...> project_nameScriptsactivate.bat
#Then install Django using pip
...> py -m pip install Django
 
PREVIOUS NEXT
Tagged: #setting #virtual #envioronment
ADD COMMENT
Topic
Name
2+4 =