05-Mac Development Environment Setup
Node.js Environment Installation
Install Python3
Download the installer from the official website and install Python.
Run the following commands to install pip:
# Download the script curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py # Execute the installation script sudo python3 get-pip.pyRun the following commands to install Powerline:
pip3 install powerline-status # Find the installation location pip3 show powerline-statusIf the first command returns an error like
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to bootstrap.pypa.io:443, the solution is: openhttps://bootstrap.pypa.io/get-pip.pyin your browser, download the file locally, and then execute the local script.Reference links:
iTerm2 Terminal Installation
You must install the Python environment before installing Powerline.
Reference links:
Article Title: 05-Mac Development Environment Setup
Author:
Published: January 1, 2022
Copyright: This article is licensed under CC BY-NC-SA 4.0 . Please keep attribution when reusing.
Comments