解決方法︰Anaconda (總覺得在賣廣告...)
- 進入網頁後在CHOOSE YOUR INSTALLER右邊選擇相對應的操作系統。
- 我選擇的是Python 2.7, Linux 64-bits (有32-bits可以下載的)
- 下載後放到Linux系統後運行
[root@mkytap root]# bash Anaconda-2.3.0-Linux-x86_64.sh
- 然後會彈出一個同意書,大家可以仔細看清楚裏面的條例 (我是按q跳過的XD),看完後輸入yes表示同意。
- 之後會問是否確認安裝在這個路徑 ~/anaconda,直接點下去吧! (不能使用已存在的目錄)
- 接著它就開始裝很多不可思議的東西,即使沒有root權限,等它跑完吧。zzZ
- 最後它會問你是否建立~/.bashrc這個檔案 (它會在登入時把生成的檔案路徑加入到預設路徑中),這當然是yes啦~~完成!
[root@mkytap root]# python Python 2.7.10 |Anaconda 2.3.0 (64-bit)| (default, May 28 2015, 17:02:03) [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. Anaconda is brought to you by Continuum Analytics. Please check out: http://continuum.io/thanks and https://binstar.org >>> import theano >>>
成功載入了不可思議的python package了~~
Reference: Download Anaconda Python Distribution
No comments:
Post a Comment