Front page
List of pages
Search
Recent changes
Help
Hello World from OSS Silicon Valley
HowToUse/Virtualenv/15.0
List of Backups
View the
diff
.
View the
diff current
.
View the
source
.
Go to
HowToUse/Virtualenv/15.0
.
1 (2016-04-01 (Fri) 00:20:00)
2 (2016-04-01 (Fri) 00:51:59)
3 (2016-11-06 (Sun) 07:51:25)
Prerequisite
Install&Setup
HowToUse
Author
_
Prerequisite
Ubuntu Server installation (You can refer
HowToUse/UbuntuServer/14.04
)
↑
_
Install&Setup
Step.1
Install virtualenv
$ sudo pip install virtualenv
↑
_
HowToUse
Step.1
Create project space.
$ mkdir <project name> && cd <project name>
Step.2
↑
_
Author
S.Yatsuzuka