User Tools

Site Tools


python-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
python-software [2021/05/05 10:58] aorthpython-software [2021/05/05 12:27] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 3.7 (3.7.7)+  * Version: 3.7 (3.7.10)
   * Added: October, 2014   * Added: October, 2014
-  * Updated: April2020+  * Updated: May2021
   * Link: https://www.python.org   * Link: https://www.python.org
  
Line 23: Line 23:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget https://www.python.org/ftp/python/3.7.7/Python-3.7.7.tar.xz +$ wget https://www.python.org/ftp/python/3.7.10/Python-3.7.10.tar.xz 
-$ tar xf Python-3.7.7.tar.xz +$ tar xf Python-3.7.10.tar.xz  
-$ cd Python-3.7.7+$ cd Python-3.7.10
 $ scl enable devtoolset-7 bash $ scl enable devtoolset-7 bash
 $ ./configure --prefix=/export/apps/python/3.7 --enable-shared --with-computed-gotos --enable-optimizations --with-lto --enable-ipv6 $ ./configure --prefix=/export/apps/python/3.7 --enable-shared --with-computed-gotos --enable-optimizations --with-lto --enable-ipv6
Line 31: Line 31:
 $ LDFLAGS="$LDFLAGS -fno-semantic-interposition" $ LDFLAGS="$LDFLAGS -fno-semantic-interposition"
 $ chrt -i 0 make -j4 $ chrt -i 0 make -j4
-$ sudo mv /export/apps/python/3.7 /export/apps/python/3.7.2+$ sudo mv /export/apps/python/3.7 /export/apps/python/3.7.7
 $ sudo mkdir -p /export/apps/python/3.7 $ sudo mkdir -p /export/apps/python/3.7
 $ sudo chown aorth /export/apps/python/3.7 $ sudo chown aorth /export/apps/python/3.7
Line 40: Line 40:
 $ ln -s /export/apps/python/3.7/bin/pip3 /export/apps/python/3.7/bin/pip $ ln -s /export/apps/python/3.7/bin/pip3 /export/apps/python/3.7/bin/pip
 $ sudo chown -R root:root /export/apps/python/3.7 $ sudo chown -R root:root /export/apps/python/3.7
-$ sudo rm -rf /export/apps/python/3.7.2</code>+$ sudo rm -rf /export/apps/python/3.7.7</code>
  
 Configure options borrowed from [[https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/python|Arch Linux's Python package]]. Configure options borrowed from [[https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/python|Arch Linux's Python package]].
python-software.txt · Last modified: 2023/06/26 12:02 by aorth