This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
python-software [2017/05/15 09:22] aorth |
python-software [2020/04/16 08:36] (current) aorth |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 3.4.3 | + | * Version: 3.7 (3.7.7) |
| * Added: October, 2014 | * Added: October, 2014 | ||
| - | * Updated: | + | * Updated: |
| * Link: https:// | * Link: https:// | ||
| Line 14: | Line 14: | ||
| < | < | ||
| - | Load a particular version: | + | Load a particular version |
| - | < | + | < |
| + | $ python -V</ | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Line 22: | Line 23: | ||
| < | < | ||
| - | $ wget https:// | + | $ wget wget https:// |
| - | $ tar xf Python-3.4.3.tar.xz | + | $ tar xf Python-3.7.7.tar.xz |
| - | $ cd Python-3.4.3 | + | $ cd Python-3.7.7 |
| - | $ scl enable devtoolset-2 bash | + | $ scl enable devtoolset-7 bash |
| - | $ ./configure --prefix=/ | + | $ ./configure --prefix=/ |
| - | $ make -j4 | + | $ CFLAGS=" |
| - | $ sudo mkdir -p / | + | $ LDFLAGS=" |
| - | $ sudo chown -R aorth:aorth / | + | $ chrt -i 0 make -j4 |
| + | $ sudo mv / | ||
| + | $ sudo mkdir -p / | ||
| + | $ sudo chown aorth / | ||
| $ make install | $ make install | ||
| $ make maninstall | $ make maninstall | ||
| - | $ ln -s / | + | $ ln -s / |
| - | $ ln -s / | + | $ ln -s / |
| - | $ ln -s / | + | $ ln -s / |
| - | $ sudo chown -R root:root / | + | $ sudo chown -R root:root / |
| + | $ sudo rm -rf /export/ | ||
| Configure options borrowed from [[https:// | Configure options borrowed from [[https:// | ||