python - numpy on cluster via ssh -
for studies have use cluster logged on via ssh. want use python script using numpy modules. unfortunately numpy version seems to old , doesn't include needed modules. how can access newer numpy without sudo rights?
if pip
installed on cluster, install numpy under home directory on cluster:
pip install --user numpy
Comments
Post a Comment