| 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 |
| | 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 |