mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-19 22:49:54 +08:00
01安装pytorch保姆级教程
This commit is contained in:
parent
25b9b5442b
commit
068319841e
@ -42,10 +42,10 @@
|
||||
|
||||
# 先在e盘下创建一个anaconda3_env文件夹
|
||||
# 创建虚拟环境并安装基础工具
|
||||
conda create --prefix=e:\anaconda3_env python=3.7
|
||||
# 进入虚拟环境
|
||||
windows: conda activate e:\anaconda3_env
|
||||
windows: conda create --prefix=e:\anaconda3_env python=3.7
|
||||
ubuntu: conda create -n 环境名称 python=3.8
|
||||
# 进入虚拟环境
|
||||
conda activate e:\anaconda3_env
|
||||
# 列出虚拟环境
|
||||
conda env list
|
||||
# 退出虚拟环境
|
||||
|
Loading…
x
Reference in New Issue
Block a user