2018年5月16日 星期三

免安裝的 Portable Python 執行環境

公司內部網路終端無法安裝軟體, 但我需要使用 Python 編碼加速作業自動化, 於是找到這個不需安裝的 "Portable Python", 經測試確實可用 :

http://portablepython.com/wiki/Download/
http://portablepython.com/wiki/PortablePython3.2.5.1/

只要點選下載下來的 .exe 檔就會自動解壓縮為 PortablePython 的目錄, 將此目錄下的 bin 加入系統變數 path 中, 就可以在任何路徑下執行 Python 程式了.

Portable Python 已經內建如下套件 :

PyScripter v2.5.3
NymPy 1.7.1
SciPy 0.12.0
Matplotlib 1.2.1
PyWin32 218
NetworkX v1.7
Lxml 2.3
PySerial 2.5
PyODBC 3.0.2
PyQt 4.9.6-1
IPython 0.13.1
Pandas 0.11.0

如果要再加入其他套件可參考 :

http://garywlee.blogspot.tw/2009/07/portable-python.html

但我還沒有測試過用此方法加入其他套件是否 OK.

沒有留言 :