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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -