- Mastering Python Scripting for System Administrators
- Ganesh Sanjiv Naik
- 49字
- 2021-07-02 14:00:16
Installation on Mac
To install python3, first we must have brew installed on our system. To install brew on your system, run the following command:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
By running the preceding command. brew will get installed. Now we will install python3 using brew:
brew install python3
推薦閱讀
- 新編Visual Basic程序設計上機實驗教程
- 密碼學原理與Java實現
- Mastering Spring MVC 4
- Magento 2 Theme Design(Second Edition)
- C語言程序設計基礎與實驗指導
- NumPy Essentials
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Python Data Analysis(Second Edition)
- Java EE 7 Development with NetBeans 8
- SQL基礎教程(視頻教學版)
- C語言程序設計學習指導與習題解答
- Mastering Akka
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- Python編程入門(第3版)
- Google Maps JavaScript API Cookbook