Skip to content

Instantly share code, notes, and snippets.

@mike-burns
Created November 19, 2011 15:49
Show Gist options
  • Save mike-burns/1378977 to your computer and use it in GitHub Desktop.
Save mike-burns/1378977 to your computer and use it in GitHub Desktop.
% sudo apt-get install python-pip
% sudo pip install virtualenv
% cd argonaut
% virtualenv ENV
% source ENV/bin/activate
% wget -c http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.12/pygobject-2.12.3.tar.bz2 -O pygobject-2.12.3tar.bz2
% tar -xf pygobject-2.12.3tar.bz2
% cd pygobject-2.12.3tar.bz2
% ./configure --prefix=$VIRTUAL_ENV
% make
% make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment