python-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| python-software [2022/05/16 13:48] – old revision restored (2021/08/26 08:28) aorth | python-software [2025/02/28 14:01] (current) – aorth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== python ====== | ====== python ====== | ||
| - | Python programming language. | + | Python programming language. Standalone python for use with environment modules that need something other than the system' |
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 3.8 (3.8.11) | + | * Version: 3.10 (3.10.16) |
| * Added: October, 2014 | * Added: October, 2014 | ||
| - | * Updated: | + | * Updated: |
| * Link: https:// | * Link: https:// | ||
| ===== Usage ===== | ===== Usage ===== | ||
| - | See versions | + | See versions which are available: |
| < | < | ||
| - | Load a particular | + | Load one version into your environment and run it: |
| - | + | < | |
| - | < | + | |
| $ python -V</ | $ python -V</ | ||
| Line 23: | Line 22: | ||
| < | < | ||
| - | $ wget https:// | + | $ wget https:// |
| - | $ tar xf Python-3.8.11.tar.xz | + | $ tar xf Python-3.10.16.tar.xz |
| - | $ cd Python-3.8.11 | + | $ cd Python-3.10.16 |
| - | $ scl enable devtoolset-7 bash | + | $ CFLAGS=" |
| - | $ ./configure --prefix=/ | + | $ ./configure --prefix=/ |
| - | $ CFLAGS=" | + | $ chrt -i 0 make -j4 # this make doesn' |
| - | $ LDFLAGS=" | + | $ sudo mkdir / |
| - | $ chrt -i 0 make -j4 | + | $ sudo chown aorth / |
| - | $ 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 / | + | $ ln -s / |
| + | $ ln -s / | ||
| + | $ ln -s / | ||
| + | $ sudo chown -R root:root / | ||
| - | Configure options borrowed from [[https:// | + | Configure options borrowed from [[https:// |
python-software.1652708903.txt.gz · Last modified: by aorth
