Open main menu

Changes

Epd canopy

448 bytes added, 11:40, 9 June 2014
Each user should start this main installation, and be able to have personal python packages. <br>
In this way, the server admin can save space on network storage, and users can install personal python packages for their convenience.
 
The user who holds the shared software is called: '''software'''.<br>
The path to the Canopy installation is: '''/sbinlab2/software/python-enthought-dis/canopy-1.4.0-full-rh5-64'''.
 
<source lang="bash">
tcsh
 
# Set variables
set IN_USER=software
# Change to software user
su $IN_USER
 
set IND=/sbinlab2/software/python-enthought-dis/canopy-1.4.0-full-rh5-64
cd $IND
# Maybe remove already installed Enthougt
rm -rf $HOME/Enthought/
 
 
 
 
</source>