Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

create virtual enviornment

$ mkvirtualenv venv
Comment

Set Virtual environment

virtualenv env_site
Comment

PREVIOUS NEXT
Code Example
Python :: horizontal bar plot matplotlib 
Python :: filter pandas dataframe 
Python :: else if in django template 
Python :: pickle.dump python 
Python :: create column for year in dataframe python 
Python :: how to start a new django project 
Python :: smtplib send pdf 
Python :: strip array of strings python 
Python :: RuntimeError: Broken toolchain: cannot link a simple C program 
Python :: formatting in python 
Python :: how to make a program that identifies positives and negatives in python 
Python :: http server 
Python :: discord bot python delete messages like mee6 
Python :: union dataframe pyspark 
Python :: python 2 is no longer supported 
Python :: pip install qrcode python 
Python :: how to disconnect wifi using python 
Python :: matplotlib location legend 
Python :: connect spark to postgres; connect spark to database 
Python :: login_required on class django 
Python :: python data structures 9.4 
Python :: django save vs create 
Python :: generate a random letter using python 
Python :: urllib.request.urlretrieve 
Python :: validate ip address python 
Python :: django admin.py all fields 
Python :: install SocketIO flask 
Python :: How to colour a specific cell in pandas dataframe 
Python :: how to read a csv file in python 
Python :: how to check if there are duplicates in a list python 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =