type
status
date
slug
summary
category
tags
password
icon
🌻
Setting up a development environment on a Mac is very easy, and a lot of it comes with or is done automatically. For example, Terminal comes with it, git is installed automatically when you install Xcode, and environment variables are configured automatically when you install jdk. Tip: There are triangular headings that can be expanded.
Pre-development
  • Common Software
    • Chrome
    • Typora
    • GitHub Desktop
  • Terminal beautification
    • Note: Mac comes with Terminal, many Linux commands directly on.
IDE
  • Xcode
  • VScode
  • PyCharm
  • IDEA
  • Goland
Development Environments
  • C, CPP, object-c, swift
  • C, CPP, object-c, swift
  • Python
  • Java
  • Docker
  • Node.js
  • LaTeX

Development Software

notion image

Xcode

Appstore (Apple Store) direct search to download and install.

VScode

You can download and install it officially.

PyCharm, IDEA, Goland

You can download and install them from the official websites.
Note: PyCharm, IDEA, Goland is a family, students have educational discounts, while if you use it in the company, the company will buy it.

Development Environment

C, CPP, Object-C, Swift, Git

Already installed automatically when you install Xcode.

Python

Go to the official website to download Python3, the latest version is fine, then need other versions of testing, recommended docker.
Official website: https: //www.python.org/

Verify the installation of

  • python3

Java

jdk8 official website does not support open download, so you need to go to a third-party website or blogger prepared in advance to download the file on the network disk.
jdk17 (the newer long-term maintenance version) directly to the official website to download.
Note: Mac in the installation of jdk, has automatically put the environment variables configured, do not need to care.

Verify Installation

  • java
  • javac
  • java -version

GO

Just go to the official website and download it directly.
Official website: https: //go.dev/

Verify the installation

  • go version

Docker

Just go to the official website and download it.

Verify the installation of

  • docker

Node.js

Download the long-term maintenance version from the official website. If you need to test other versions of the environment, we recommend using docker.
Official website: https: //nodejs.org

Verify the installation

  • node -v
  • npm -v
  • Note the space

LaTeX

The file is too big and we recommend you to download the mirror from SJTU.

Verify the installation

  • latex
 
 
💡
software disk link to get, wechat public number, understanding, send, Mac development environment Welcome to leave a message in the bottom of the comment area (the comment area can choose whether to log in and anonymous), together with the exchange of ~!
What common sense is (and what we must know)LaTex Common Simple Templates
Loading...
Liang
Liang
An ordinary dry rice man.
最新发布
Writing in Chinese|Markdown Grammar Quick Start & Quick Checklist
2025-4-22
Writing in Chinese|What are some good online disk services?
2025-4-22
Writing in Chinese|Ulysses is the ultimate writing software!
2025-4-22
Writing in Chinese|Mythical Words - Demonstrations for Indie Developers
2025-4-22
Writing in Chinese|Zotero 7 Installation and Getting Started Tutorials|Windows Demo
2025-4-22
Writing in Chinese|Zotero Beginner's Complete Guide
2025-4-22
公告
🎉Welcome to my blog🎉