Conda 和 python 配置错误,不确定哪里出了问题

Conda and python are misconfigured, not sure what is wrong

我正在尝试设置本地 conda 环境和 运行 conda create -n hw3 python=3source activate hw3。从 运行ning conda info 开始似乎一切正常。但是,当我尝试 运行 python --version 时,我得到了 Python 2.7,尽管我期望是 3.6,但我不确定为什么。有任何想法吗?我怀疑路径问题但不确定出了什么问题。我的 $PATH 是这样的:/Users/michael/miniconda3/envs/hw3/bin:/Users/michael/miniconda3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Applications/Wireshark.app/Contents/MacOS

显然 运行 conda install python=3.6 使 conda env 工作并指向 pythonPython 3.6.2 :: Continuum Analytics, Inc.

它还安装了 pippy36_1 版本,这很好。这样整个环境都在同一页面上(Python 的相同版本)。