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
python-software [2023/02/21 14:03] aorthpython-software [2023/06/26 12:02] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 3.9 (3.9.14)+  * Version: 3.9 (3.9.17)
   * Added: October, 2014   * Added: October, 2014
-  * Updated: September2022+  * Updated: June2023
   * Link: https://www.python.org   * Link: https://www.python.org
  
 ===== Usage ===== ===== Usage =====
  
-See versions of python which are available:+See versions which are available:
 <code>$ module avail python</code> <code>$ module avail python</code>
  
-Load a particular version into your environment and run it: +Load one version into your environment and run it:
 <code>$ module load python/3.9 <code>$ module load python/3.9
 $ python -V</code> $ python -V</code>
Line 23: Line 22:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget https://www.python.org/ftp/python/3.9.14/Python-3.9.14.tar.xz +$ wget https://www.python.org/ftp/python/3.9.14/Python-3.9.17.tar.xz 
-$ tar xf Python-3.9.14.tar.xz +$ tar xf Python-3.9.17.tar.xz 
-$ cd Python-3.9.14+$ cd Python-3.9.17
 $ CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition" $ CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
 $ LDFLAGS="$LDFLAGS -fno-semantic-interposition" $ LDFLAGS="$LDFLAGS -fno-semantic-interposition"
python-software.txt · Last modified: 2023/06/26 12:02 by aorth