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 |