This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
python-software [2018/11/01 15:07] aorth |
python-software [2020/04/16 08:36] (current) aorth |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 3.7 (3.7.1) | + | * Version: 3.7 (3.7.7) |
| * Added: October, 2014 | * Added: October, 2014 | ||
| - | * Updated: | + | * Updated: |
| * Link: https:// | * Link: https:// | ||
| Line 23: | Line 23: | ||
| < | < | ||
| - | $ wget https:// | + | $ wget wget https:// |
| - | $ cd Python-3.7.1 | + | $ tar xf Python-3.7.7.tar.xz |
| - | $ sudo yum install libffi-devel sqlite-devel libuuid-devel tk-devel tcl-devel | + | $ cd Python-3.7.7 |
| - | $ sed -i -e " | + | $ scl enable devtoolset-7 bash |
| - | $ sed -i -e " | + | |
| $ ./configure --prefix=/ | $ ./configure --prefix=/ | ||
| - | $ make -j4 | + | $ CFLAGS=" |
| + | $ LDFLAGS=" | ||
| + | $ chrt -i 0 make -j4 | ||
| + | $ sudo mv / | ||
| $ sudo mkdir -p / | $ sudo mkdir -p / | ||
| $ sudo chown aorth / | $ sudo chown aorth / | ||
| Line 37: | Line 39: | ||
| $ ln -s / | $ ln -s / | ||
| $ ln -s / | $ ln -s / | ||
| - | $ sudo yum remove libffi-devel sqlite-devel libuuid-devel tk-devel tcl-devel | + | $ sudo chown -R root:root / |
| - | $ sudo chown -R root:root / | + | $ sudo rm -rf / |
| Configure options borrowed from [[https:// | Configure options borrowed from [[https:// | ||