一:下载Anaconda加入国内镜像或清华镜像:

机器学习开发环境的准备

二:安装virtualenv环境避免污染系统环境:

  • pip install virtualenv
  • virtualenv+环境名文件夹
  • cd 环境名文件夹
  • cd Scripts
  • activate (这是**环境)
  • deactivate是取消**环境

安装tensorflow:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ --upgrade tensorflow

安装matplotlib:

pip install matplotlib  -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

机器学习开发环境的准备

机器学习开发环境的准备

相关文章:

  • 2021-11-14
  • 2021-06-27
  • 2021-09-01
  • 2021-08-23
  • 2022-01-27
  • 2021-07-31
  • 2021-07-14
猜你喜欢
  • 2021-09-19
  • 2022-12-23
  • 2021-10-04
  • 2021-10-12
  • 2022-12-23
  • 2021-11-23
  • 2021-08-16
相关资源
相似解决方案