How can I use numpy without installing it?

后端 未结 4 992
醉梦人生
醉梦人生 2021-01-04 20:22

I console access to a computer where I do not have root nor sudo rights.

Python version is 2.5.2 and numpy is not available. I cannot use python setup.py install --u

4条回答
  •  有刺的猬
    2021-01-04 21:13

    You could try setting up a virtualenv environment on a similar machine with similar architecture. Then install virtualenv locally on the VPS machine and try copying the environment there.

提交回复
热议问题