Changes between Version 4 and Version 5 of SetupOnTiger


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupOnTiger

    v4 v5  
    1010
    11111. Download and unpack latest stable python tarball
    12 
    13 1. {{{./configure --prefix=/usr/local; make; make install}}}
    14 
    15 1. Add {{{export PATH=/usr/local/bin:$PATH}}} and {{{export MANPATH=/usr/local/man:$MANPATH}}} to {{{~/.profile}}}
    16 
    17 1. Open a new terminal session
    18 
    19 1. Type {{{python}}} and check that it is the version you just installed
     122. {{{./configure --prefix=/usr/local; make; make install}}}
     133. Add {{{export PATH=/usr/local/bin:$PATH}}} and {{{export MANPATH=/usr/local/man:$MANPATH}}} to {{{~/.profile}}}
     144. Open a new terminal session
     155. Type {{{python}}} and check that it is the version you just installed
    2016
    2117=== Installing |PostgreSQL ===
Back to Top