ARM架構Linux環境安裝python2.7.9

一、下載pythonpython

# wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgzpost

二、解壓、編譯安裝spa

# tar -zxvf Python-2.7.9.tgz
# cd Python-2.7.9
# ./configure --prefix=/usr/local/python-2.7.9
# make
# make install
 
三、系統自帶了python版本,咱們須要爲新安裝的版本添加一個軟鏈
# ln -s /usr/local/python-2.7.9/bin/python /usr/bin/python27
 
四、使用
python27 helloworld.py
相關文章
相關標籤/搜索