1. 程式人生 > >ubantu下安裝pip,python,pycharm,numpy,scipy,matplotlibm,pandas 以及sklearn

ubantu下安裝pip,python,pycharm,numpy,scipy,matplotlibm,pandas 以及sklearn

root orm jetbrains das current direct bee lan ase

ubuntu 安裝 pip 及 pip 常用命令:

https://blog.csdn.net/danielpei1222/article/details/62969815

ubuntu下不同版本python安裝pip及pip的使用:

https://blog.csdn.net/HevenYin/article/details/69386041

ubantu下的pycharm下載:

http://www.jetbrains.com/pycharm/download/download-thanks.html?platform=linux&code=PCC

在Ubuntu16.04中安裝pycharm並打開的兩種方法介紹:

https://blog.csdn.net/qq_38683692/article/details/79868391

關於在Ubuntu下安裝配置numpy,scipy,matplotlibm,pandas 以及sklearn:

https://blog.csdn.net/Yakumoyukarilan/article/details/51340358

使用sudo pip install ......的時候出現下面一段代碼:

The directory ‘/home/stone/.cache/pip/http‘ or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo‘s -H flag. The directory ‘/home/stone/.cache/pip‘ or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo‘s -H flag.

https://www.cnblogs.com/Stone-Blossom/p/8627376.html

解決方案為在後方sudo後方加入“ -H”,使在執行sudo命令時將HOME變量的值改為root目錄(根目錄)的HOME目錄

如何安裝sklearn?

https://jingyan.baidu.com/article/a501d80c43978fec630f5e88.html

ubantu下安裝pip,python,pycharm,numpy,scipy,matplotlibm,pandas 以及sklearn