- Cloud Native Python
- Manish Sethi
- 138字
- 2021-07-02 19:11:55
Installing Python for OS X
Installing Python on Mac is quite similar to how you install Git on Windows. You can download the Python package from the official website (https://www.python.org/downloads/). Proceed with the following steps:
- Once the Python package is downloaded, double-click on it to begin the installation; it will show the following pop-up window:

- The next step will be about the release note and the respective Python version information:

- Next, you will need to Agree with the license, which is mandatory for installation:

- Next, it will show you the installation-related information, such as the disk occupied and the path. Click on Install to begin:

- Once the installation is complete, you will see the following screen:
- Use the following command to see whether the Python version is installed:
% python3 -V
Python 3.5.3
Great!! Python is successfully installed.
推薦閱讀
- Objective-C Memory Management Essentials
- 小程序實戰視頻課:微信小程序開發全案精講
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- SQL for Data Analytics
- 機器人Python青少年編程開發實例
- Practical Game Design
- Apex Design Patterns
- 快速念咒:MySQL入門指南與進階實戰
- Java程序設計
- Clojure Reactive Programming
- Android玩家必備
- Vue.js應用測試
- Getting Started with Polymer
- Python 3 數據分析與機器學習實戰
- RESTful Web Clients:基于超媒體的可復用客戶端