python-software
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| python-software [2014/10/08 10:31] – created aorth | python-software [2025/02/28 14:01] (current) – aorth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== python ====== | ====== python ====== | ||
| + | Python programming language. Standalone python for use with environment modules that need something other than the system' | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: | + | * Version: |
| * Added: October, 2014 | * Added: October, 2014 | ||
| + | * Updated: February, 2025 | ||
| * Link: https:// | * Link: https:// | ||
| ===== Usage ===== | ===== Usage ===== | ||
| - | === See versions | + | See versions which are available: |
| - | < | + | < |
| + | |||
| + | Load one version into your environment and run it: | ||
| + | < | ||
| + | $ python -V</ | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | wget https:// | + | $ wget https:// |
| - | tar xf Python-2.7.8.tar.xz | + | $ tar xf Python-3.10.16.tar.xz |
| - | cd Python-2.7.8 | + | $ cd Python-3.10.16 |
| - | scl enable devtoolset-1.1 bash | + | $ CFLAGS=" |
| - | ./configure --prefix=/ | + | $ ./configure --prefix=/ |
| - | make -j4 | + | $ chrt -i 0 make -j4 # this make doesn' |
| - | sudo mkdir / | + | $ sudo mkdir / |
| - | sudo chown aorth:aorth / | + | $ sudo chown aorth / |
| - | ./ | + | $ make install |
| - | make install | + | $ make maninstall |
| - | sudo chown -R root:root / | + | $ ln -s / |
| + | $ ln -s / | ||
| + | $ ln -s / | ||
| + | $ ln -s / | ||
| + | $ ln -s / | ||
| + | $ ln -s / | ||
| + | $ sudo chown -R root:root / | ||
| + | |||
| + | Configure options borrowed from [[https:// | ||
python-software.1412764292.txt.gz · Last modified: by aorth
