Changes between Version 4 and Version 5 of Usage/Quickstart


Ignore:
Timestamp:
07/05/12 13:29:23 (12 years ago)
Author:
ramonb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Usage/Quickstart

    v4 v5  
    1717
    1818 Using YUM package manager (RHEL)::
    19    {{{yum install python-pip}}}
     19   {{{yum install python-setuptools && easy_install pip }}}
    2020 Using aptitude package manager (Debian)::
    2121   {{{aptitude install python-pip}}}
     
    3434Virtualenv, amongst other things, allows you to install (PIP / Python) packages in alternative locations and create complete (Python) environments.
    3535
    36  Using YUM::
    37    {{{yum install python-virtualenv}}}
    3836 Using PIP::
    3937   {{{pip install virtualenv}}}