Skip to content

Instantly share code, notes, and snippets.

@nautilebleu
Created June 19, 2012 09:38

Revisions

  1. nautilebleu revised this gist Jun 19, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    # Get the binary from ActiveState.
    $ wget http://downloads.activestate.com/ActivePython/releases/2.7.2.5/ActivePython-2.7.2.5-linux-x86.tar.gz
    $ wget http://downloads.activestate.com/ActivePython/releases/2.7.2.5/ActivePython-2.7.2.5-linux-x86_64.tar.gz
    # Create a src directory at the root of your account.
    $ mkdir src
    # Install python 2.7
  2. nautilebleu created this gist Jun 19, 2012.
    12 changes: 12 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    # Get the binary from ActiveState.
    $ wget http://downloads.activestate.com/ActivePython/releases/2.7.2.5/ActivePython-2.7.2.5-linux-x86.tar.gz
    # Create a src directory at the root of your account.
    $ mkdir src
    # Install python 2.7
    $ ActivePython-2.7.2.5-linux-x86/install.sh
    # The installer will prompt you to choose a directory. As the default is /opt/ActivePython-2.7, choose
    # the previously created directory.
    Enter directory in which to install ActivePython. Leave blank and
    press 'Enter' to use the default [/opt/ActivePython-2.7].
    Install directory: src