Changes between Version 30 and Version 31 of VirtualEnv


Ignore:
Timestamp:
Aug 27, 2010, 2:30:44 PM (16 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualEnv

    v30 v31  
    133133#export CHIMERA=$(cd $HOME/src/Chimera64-build && pwd -P)
    134134export LD_LIBRARY_PATH=$CHIMERA/lib
    135 cat > chimeraImportTest.py <<END
     135cat > chimeraImportStartup.py <<END
    136136import sys
    137137import os
     
    144144    print s
    145145END
    146 python -i -c "import chimeraImportTest"
     146export PYTHONSTARTUP=./chimeraImportStartup.py
     147python
    147148}}}
    148149