美文网首页
mac下的pycharm配置anaconda虚拟环境

mac下的pycharm配置anaconda虚拟环境

作者: 有情有义岳不群 | 来源:发表于2018-12-13 16:41 被阅读0次

    闲言少叙,直接进正题.

    1. 打开pycharm,点击preferences.
    2. 点击Project:python下的Project interpreter.


      图1
    3. 点击右上角的齿轮,选择add 在这里插入图片描述
    4. 不要选择conda Environment,选择***system interpreter. 在这里插入图片描述
    5. 选择右上角的三个点,找到你的conda安装目录,依次选择anaconda3->用户->envs->python3 在这里插入图片描述
      这里的用户为你建的虚拟环境,如果未创建虚拟环境可以看我的conda安装配置,当然也可以使用conda默认环境: anaconda3->bin->mac os->python.
    6. 确定退出就可以了.

    有缘再见

    相关文章

      网友评论

          本文标题:mac下的pycharm配置anaconda虚拟环境

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