Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[]$ module spider python
----------------------------------------------------------------------------
  python:
----------------------------------------------------------------------------
     Versions:
        python/3.10.6
        python/3.12.0
     Other possible modules matches:
        python2

[]$ module purge        
[]$ module load gcc/13.2.0 python/3.10.6
[]$ python --version
Python 3.10.6
[]$ which pip
/apps/u/spack/gcc/13.2.0/python/3.10.6-jh3qs5v/bin/pip        

...

Note

The python/3.10.6 numpy related files have been overridden.

...

Remember: Pip Installs and Package Locations

Info

In general: Using python/X.Y.Z will pip install packages under ~/.local/lib/pythonX.Y/

...

...