python-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
python-software [2023/06/26 12:02] – 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.9 (3.9.17) | + | * Version: 3.10 (3.10.16) |
* Added: October, 2014 | * Added: October, 2014 | ||
- | * Updated: | + | * Updated: |
* Link: https:// | * Link: https:// | ||
Line 15: | Line 15: | ||
Load one version into your environment and run it: | Load one version into your environment and run it: | ||
- | < | + | < |
$ python -V</ | $ python -V</ | ||
Line 22: | Line 22: | ||
< | < | ||
- | $ wget https:// | + | $ wget https:// |
- | $ tar xf Python-3.9.17.tar.xz | + | $ tar xf Python-3.10.16.tar.xz |
- | $ cd Python-3.9.17 | + | $ cd Python-3.10.16 |
- | $ CFLAGS=" | + | $ CFLAGS=" |
- | $ LDFLAGS=" | + | $ ./configure --prefix=/ |
- | $ ./configure --prefix=/ | + | |
$ chrt -i 0 make -j4 # this make doesn' | $ chrt -i 0 make -j4 # this make doesn' | ||
- | $ sudo mv / | + | $ sudo mkdir / |
- | $ sudo mkdir / | + | $ sudo chown aorth / |
- | $ 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.1687780963.txt.gz · Last modified: 2023/06/26 12:02 by aorth