Changes between Version 17 and Version 18 of VirtualEnv


Ignore:
Timestamp:
Aug 25, 2010, 10:38:06 AM (16 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualEnv

    v17 v18  
    5959}}}
    6060
    61 
    62 Now use these tools to install any python package into the Chimera specific python distribution.  For example, install the virtualenv package, like so:
     61Now it's easy to use these tools for installation of any additional python packages into the Chimera python distribution.
     62
     63=== Using virtualenv ===
     64
     65Adding additional packages to the Chimera python distribution is now possible and a great way to do this, while preserving the state of the Chimera distribution, is to use [http://pypi.python.org/pypi?%3Aaction=search&term=virtualenv&submit=search virtualenv].  First, add the {{{virtualenv}}} package into the Chimera python installation, like so:
    6366
    6467{{{
     
    155158>>>
    156159}}}
    157 
    158160
    159161To add additional packages into the virtual environment, try using pip.
     
    199201
    200202
    201 Now for something adventurous, installing the [http://packages.python.org/spyder/ spyder] python-IDE.  First, we need to install some dependencies, sip and [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt].  (In the example below, sip and !PyQt are installed with sudo privileges only because Chimera was installed with those privileges.  If you install Chimera without sudo privileges, try to run {{{make install}}} commands instead of {{{sudo make install}}}.)
     203=== Developing Chimera with spyder (a python IDE) ===
     204
     205Now for something adventurous, installing the [http://packages.python.org/spyder/ spyder].  First, we need to install some dependencies, sip and [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt].  (In the example below, sip and !PyQt are installed with sudo privileges only because Chimera was installed with those privileges.  If you install Chimera without sudo privileges, try to run {{{make install}}} commands instead of {{{sudo make install}}}.)
    202206
    203207First, this example is based on an Ubuntu linux system that had the following packages installed: