Hello World from OSS Silicon Valley


HowToUse/Python/2.7/virtualenv/15.0

  • List of Backups
  • View the source.
  • View the backup.
  • HowToUse/Python/2.7/virtualenv/15.0 has been deleted.
    • 1 (2016-04-01 (Fri) 00:34:51)

  • The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
#contents

*Prerequisite [#r59f577c]
-Ubuntu Server installation (You can refer [[HowToUse/UbuntuServer/14.04]])

*Install&Setup [#vdf18c59]
:Step.1|
Install virtualenv

 $ sudo pip install virtualenv

*HowToUse [#q97864fe]
:Step.1|
Create project space.

 $ mkdir <project name> && cd <project name>

:Step.2|


*Author [#x3fafb00]
S.Yatsuzuka