GUI安裝包在catalina系統(tǒng)上失敗六荒,選擇命令行安裝
- Download command line installer https://www.anaconda.com/distribution/
- Type yes when asked
- Set path
- $ cd ~
- open file .bash_profile
- add line: export PATH="/Users/<your-username>/anaconda3/bin:$PATH"
- restart terminal when needed
vscode python interpreter
- shift+command+p: Python>Select Interpreter
- If no anaconda, shift+command+p: reload window