User Tools

Site Tools


services:cluster:pythoncluster

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
services:cluster:pythoncluster [2014/01/20 10:52] behrmj87services:cluster:pythoncluster [2014/01/20 10:53] behrmj87
Line 46: Line 46:
 which will install the package  //packagename// into ''$HOME/.local/lib/python2.7/site-packages''. If you install packages locally to your home folder, than you need to change the ''PYTHONPATH'' variable mentioned above as follows ''PYTHONPATH=${HOME}/.local/lib/python2.7/site-packages:/opt/python2.7/lib/python2.7/site-packages''. which will install the package  //packagename// into ''$HOME/.local/lib/python2.7/site-packages''. If you install packages locally to your home folder, than you need to change the ''PYTHONPATH'' variable mentioned above as follows ''PYTHONPATH=${HOME}/.local/lib/python2.7/site-packages:/opt/python2.7/lib/python2.7/site-packages''.
  
-The subset of already installed packages can also be found packaged as ''wheel''-packages [[services:cluster:pythoncluster#Sources|1]] in ''/opt/python2.7/share/wheel'' and can be installed with the command+The subset of already installed packages can also be found packaged as ''wheel''-packages [[services:cluster:pythoncluster#Sources|[1]]] in ''/opt/python2.7/share/wheel'' and can be installed with the command
 <code> <code>
 pip install --user --ignore-installed --use-wheel --no-index --find-links=/opt/python2.7/share/wheel packagename pip install --user --ignore-installed --use-wheel --no-index --find-links=/opt/python2.7/share/wheel packagename
services/cluster/pythoncluster.txt · Last modified: 2024/04/26 14:39 by hoffmac00

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki