Skip to content

Installing Glue on Linux

astrofrog edited this page Sep 6, 2012 · 2 revisions

Ubuntu 12.04 64-bit

The dependencies are installed with:

sudo apt-get install python-qt4 python-zmq python-pygments python-qt4-dev pyqt4-dev-tools
sudo apt-get install python-numpy python-scipy python-matplotlib python-pip
sudo apt-get install ipython 
pip install pyfits pywcs vo atpy
sudo apt-get install git

git clone git://github.com/glue-viz/glue.git
cd glue
python setup.py install --user

Then add:

export PATH=$HOME/.local/bin:$PATH

to .bashrc. The GUI should then start with:

glueqt