Changes between Version 17 and Version 18 of VirtualEnv
- Timestamp:
- Aug 25, 2010, 10:38:06 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualEnv
v17 v18 59 59 }}} 60 60 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: 61 Now it's easy to use these tools for installation of any additional python packages into the Chimera python distribution. 62 63 === Using virtualenv === 64 65 Adding 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: 63 66 64 67 {{{ … … 155 158 >>> 156 159 }}} 157 158 160 159 161 To add additional packages into the virtual environment, try using pip. … … 199 201 200 202 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 205 Now 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}}}.) 202 206 203 207 First, this example is based on an Ubuntu linux system that had the following packages installed:
![[Chimera Issue Tracking System]](/trac/chimera/chrome/site/chimera_logo.png)