macport命令:
sudo port sync //同步本地和全球的ports tree,但不检查自己是否有更新.
sudo port install python36 //安装python36
sudo port install py36-pip
sudo port select --set python python36
sudo port select --set pip pip36
pip install --user sklearn //使用pip安装python的一些依赖包
pip install --user scipy //矩阵数据处理库
pip install --user matplotlib //python中强大的画图模块
pip install --user numpy //
pip install --user sklearn //python中机器学习模块
pip search sklearn //搜索需要安装的软件包
macport命令--笔记
Posted 颜子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了macport命令--笔记相关的知识,希望对你有一定的参考价值。
以上是关于macport命令--笔记的主要内容,如果未能解决你的问题,请参考以下文章