MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 4 as of 2013-08-14 14:13:02
  • Python
  • virtualenv

virtualenv

virtualenv is a tool to create isolated Python environments.

Install from source

  • su
  • cd /tmp
  • curl -O https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.10.1.tar.gz

  • tar xvfz virtualenv-1.10.1.tar.gz
  • cd virtualenv-1.10.1
  • python setup.py install
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01