Python virtual environment

Install required version bash 1 brew install python@3.12 Generate venv Run in the specified directory bash 1 python3.12 -m venv venv will be generated in the directoryvenvfolder ...

July 5, 2026

Mac installation issues

Authorize uncertified software The command to forcibly release the specified software in the terminal is as follows: shell 1 sudo xattr -rd com.apple.quarantine /Applications/<XXX.app> Close Gatekeeper (not recommended) shell 1 sudo spctl --master-disable After installation, the prompt is damaged when opened. shell 1 xattr -c /Applications/<XXX.app>

June 25, 2026