Geet's installation of Python on linux.andrew: ~gduggal/epd_free-7.3-2-rh5-x86_64/bin/ipython Installing Enthought on Unix yourself (please refer to slides) $ wget http://epd-free.enthought.com/epd_free-7.3-2-rh5-x86_64.sh $ chmod u+x epd_free-7.3-2-rh5-x86_64.sh $ ./epd_free-7.3-2-rh5-x86_64.sh $ epd_free-7.3.2-rh5-x86_64/bin/python # Test your python to make sure it works (Look for 'Enthought' in the intro text and then an interpreter) CTRL+D $ wget https://pypi.python.org/packages/source/n/networkx/networkx-1.7.tar.gz#md5=1a73da9d571a206aa40f6ef69254f7b4 $ tar -xvzf networkx-1.7.tar.gz $ CD networkx-1.7 $ ../epd_free-7.3-2-rh5-x86_64/bin/python setup.py install $ epd_free-7.3.2-rh5-x86_64/bin/python > import networkx CTRL+D $ Make sure this is successful