Skip to content

Commit f4a75d9

Browse files
authored
Virtual Environment setup
1 parent 73b6cdc commit f4a75d9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

envsetup

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#Setting up virtual environment in windows
2+
3+
pip install virtualenv
4+
pip install virtualenvwrapper-win
5+
mkvirtualenv env #here env is the name of environment you want to create
6+
setprojectdir . #this is optional to set directory with particular environment
7+
workon env #env is environment name(It directly opens your env directory)
8+
deactivate #for removing environment

0 commit comments

Comments
 (0)