如何在沒有root訪問權限的情況下安裝python模塊? - How to install python modules without root access?

問題:

I'm taking some university classes and have been given an 'instructional account', which is a school account I can ssh into to do work.我正在上一些大學課程,並獲得了一個“教學帳戶”,這是一個我可以通過 ssh 登錄的學校帳戶來完成工作。 I want to run my computationally intensive Numpy, matplotlib, scipy code on that machine, but I cannot install these modules because I am not a system administrator.我想在那臺機器上運行我的計算密集型 Numpy、matplotlib、scipy 代碼,但我無法安裝這些模塊,因爲我不是系統管理員。

How can I do the installation?我該如何安裝?


解決方案:

參考一: https://en.stackoom.com/question/VK6P
參考二: https://stackoom.com/question/VK6P
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章