- Cloud Native Python
- Manish Sethi
- 156字
- 2021-07-02 19:11:53
Installing the command-line tools for OS X
In order to install any developer, you will need to install Xcode (https://developer.apple.com/xcode/), which is a nearly 4 GB developer suite. Apple offers this for free from the Mac App Store. In order to install Git and the GitHub setup, you will need certain command-line tools, which are part of the Xcode development tools.
If you have enough space, download and install Xcode, which is basically a complete package of development tools.
You will need to create an Apple developer account at developer.apple.com in order to download command-line tools. Once you have set up your account, you can select the command-line tools or Xcode based on the version, as follows:
- If you are on OS X 10.7.x, download the 10.7 command-line tools. If you are on OS X 10.8.x, download the 10.8 command-line tools.
- Once it is downloaded, open the DMG file, and follow the instructions to install it.
推薦閱讀
- SQL Server 從入門到項目實踐(超值版)
- LabVIEW Graphical Programming Cookbook
- 高效微控制器C語言編程
- Python爬蟲開發(fā):從入門到實戰(zhàn)(微課版)
- Android Application Development Cookbook(Second Edition)
- PyTorch自然語言處理入門與實戰(zhàn)
- x86匯編語言:從實模式到保護(hù)模式(第2版)
- MATLAB應(yīng)用與實驗教程
- Java程序設(shè)計與計算思維
- INSTANT MinGW Starter
- 老“碼”識途
- Python應(yīng)用輕松入門
- SAS數(shù)據(jù)統(tǒng)計分析與編程實踐
- WordPress 4.0 Site Blueprints(Second Edition)
- Multithreading in C# 5.0 Cookbook