Given the target path is “/root/home/python” # Step 1: install homebrew /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” # Step 2: install […]
Tag: macOS
Stop macOS Update Hint
Go to find the “hosts” file in /etc and modify it as below: cd /etc/ cat hosts ##### and it […]