Changes between Version 35 and Version 36 of VirtualEnv
- Timestamp:
- Aug 30, 2010, 7:37:10 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualEnv
v35 v36 95 95 }}} 96 96 97 Now it's easy to use these tools for installation of any additional python packages into the Chimera python distribution. 97 Now it's easy to use these tools for installation of any additional python packages into the Chimera python distribution. For example, 98 {{{ 99 export CHIMERA=$(cd $HOME/src/Chimera64-build && pwd -P) 100 export PATH=$PATH:$CHIMERA/bin/ 101 export LD_LIBRARY_PATH=$CHIMERA/lib 102 $CHIMERA/bin/easy_install pylint 103 $CHIMERA/bin/easy_install pyflakes 104 }}} 98 105 99 106
![[Chimera Issue Tracking System]](/trac/chimera/chrome/site/chimera_logo.png)