Created
November 19, 2011 15:49
-
-
Save mike-burns/1378977 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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