美文网首页
Mac Anaconda3命令行安装

Mac Anaconda3命令行安装

作者: sharyyy | 来源:发表于2019-10-13 23:57 被阅读0次

GUI安装包在catalina系统上失败,选择命令行安装

  1. Download command line installer https://www.anaconda.com/distribution/
  2. Type yes when asked
  3. 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

相关文章

网友评论

      本文标题:Mac Anaconda3命令行安装

      本文链接:https://www.haomeiwen.com/subject/jhclmctx.html