mac内置python环境 发表于 2019-12-28 更新于 2020-11-27 分类于 Python , 应用 阅读次数: Valine: 防止与anaconda中的环境冲突设置alias在~/.bash_profile(如果使用zsh需要在~/.zshrc中)中添加alias python_mac="/usr/local/Cellar/python/3.7.5/bin/python3"然后通过python_mac安装包python_mac -m pip install scikit-image