Changes between Version 5 and Version 6 of SetupOnTiger


Ignore:
Timestamp:
Jan 28, 2006, 5:32:36 PM (19 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupOnTiger

    v5 v6  
    99=== Installing Python ===
    1010
    11 1. Download and unpack latest stable python tarball
    12 2. {{{./configure --prefix=/usr/local; make; make install}}}
    13 3. Add {{{export PATH=/usr/local/bin:$PATH}}} and {{{export MANPATH=/usr/local/man:$MANPATH}}} to {{{~/.profile}}}
    14 4. Open a new terminal session
    15 5. Type {{{python}}} and check that it is the version you just installed
     11 1. Download and unpack latest stable python tarball
     12 2. {{{./configure --prefix=/usr/local; make; make install}}}
     13 3. Add {{{export PATH=/usr/local/bin:$PATH}}} and {{{export MANPATH=/usr/local/man:$MANPATH}}} to {{{~/.profile}}}
     14 4. Open a new terminal session
     15 5. Type {{{python}}} and check that it is the version you just installed
    1616
    1717=== Installing |PostgreSQL ===
Back to Top