Horje
setting p a virtual envioronment Code Example
python virtual environment
python3 -m venv env
python -m virtualenv env #py2

source env/bin/activate

#all this is on same directory
create a virtualenv python
pip install virtualenv
cd projectfolder #go to project folder
virtualenv projectname #create the folder projectname 
source projectname/bin/activate
how to use virtual environment python
python3 -m venv env
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_name\Scripts\activate.bat
#Then install Django using pip
...\> py -m pip install Django




Python

Related
machine learning python Code Example machine learning python Code Example
python regex remove digits from string Code Example python regex remove digits from string Code Example
how to load wav file with python Code Example how to load wav file with python Code Example
how to create a save command in python Code Example how to create a save command in python Code Example
how to make convert numpy array to string in python Code Example how to make convert numpy array to string in python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7