python-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| python-software [2020/04/16 08:36] – 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.7 (3.7.7) | + | * 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 wget https:// | + | $ wget https:// |
| - | $ tar xf Python-3.7.7.tar.xz | + | $ tar xf Python-3.10.16.tar.xz |
| - | $ cd Python-3.7.7 | + | $ 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 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: | + | $ ln -s / |
| - | $ sudo rm -rf / | + | $ ln -s / |
| + | $ ln -s / | ||
| + | $ sudo chown -R root:root / | ||
| - | Configure options borrowed from [[https://projects.archlinux.org/svntogit/packages.git/tree/ | + | Configure options borrowed from [[https://github.com/archlinux/ |
python-software.1587026194.txt.gz · Last modified: by aorth
