Mac 基础环境配置

Mac 基础环境配置,第1张

Mac 基础环境配置

1.下载anaconda Index of /https://repo.anaconda.com/archive/

选择指定版本,我选的是 Anaconda3-2019.03-MacOSX-x86_64.sh ,python版本如下:

Python 3.7.3 (default, Mar 27 2019, 16:54:48)
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
pip install Jupiter

2.安装tensorflow 环境,指定从清华镜像下载会快一些

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

3.安装torch环境

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

欢迎分享,转载请注明来源:内存溢出

原文地址: https://www.outofmemory.cn/zaji/5701214.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-17
下一篇 2022-12-17

发表评论

登录后才能评论

评论列表(0条)

保存