隨筆記:Linux下安裝Python

來源:互聯網
上載者:User

標籤:

下載Python

在官網上下載安裝包,目前地址為:https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz

得到Python-2.7.9.tgz

 

解壓

將Python-2.7.9.tgz解壓到目前的目錄下

tar zxvf ./Python-2.7.9.tgz -C ./
View Code

 

安裝

切換到根目錄,開始安裝

sudo ./configuresudo makesudo make install
View Code

 

測試

測試下有木有安裝成功,如順利,能看到以下日誌

[[email protected] ~]$ pythonPython 2.7.9 (default, Apr  8 2015, 05:59:56)[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2Type "help", "copyright", "credits" or "license" for more information.>>>
View Code

 

hello world範例是必須滴

#!/usr/bin/pythonprint ‘Hello world...‘;
01.hello_world.py

運行01.hello_world.py

python 01.hello_world.py
View Code

 

 退出Python命令列模式

quit()
View Code

 

此時,Linux下安裝、測試Python告一段落。。。

隨筆記:Linux下安裝Python

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.