Conda虚拟环境及常用指令(创建、删除、更换源)

Anaconda 安装包可以到清华源下载,速度比官网快很多 https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/

ASUS本机环境

pytorch win

Anaconda 3 版本5.1.0

Python 3.6.4

Pytorch-cpu-1.1.0-py3.6

=============================

查看虚拟工作空间

conda info --envs

conda info -e

查看安装的软件

conda list

conda install pyodbc=4.0.27

conda search numpy

软件源路径

C:\Users\yaked19\.condarc

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/

conda config --set show_channel_urls yes

创建虚拟工作空间workspace(利用指定的python版本)

创建

conda create --name 新环境名称 python=3.6

或conda create -n 新环境名称 python=3.6

删除

conda remove -n 环境名称 --all

重命名

conda create --name 新环境名称 --clone 旧环境名称

conda remove --name 旧环境名称 --all

activate paddle

deactivate

卸载

卸载PaddlePaddle:

CPU版本的PaddlePaddle: python -m pip uninstall paddlepaddle 或 python3 -m pip uninstall paddlepaddle

使用conda remove -n paddle--all  删除环境时,发现如下错误:

PackagesNotFoundError: The following packages are missing from the target environment:

解决方案:conda env remove -n paddle(要移除的环境名称)

==================================

Pytorch测试

from __future__ import print_function

import torch

x = torch.rand(5, 3)

print(x)

测试支不支持GPU加速

import torch

torch.cuda.is_available()

============ 更换conda源  ====================

https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/

修改.condarc文件

channels:
  - defaults
show_channel_urls: true
channel_alias: https://mirrors.tuna.tsinghua.edu.cn/anaconda
default_channels:
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/pro
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
custom_channels:
  conda-forge: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  msys2: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  bioconda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  menpo: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  pytorch: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  simpleitk: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud

运行 conda clean -i 清除索引缓存,保证用的是镜像站提供的索引。

运行 conda create -n myenv numpy 测试一下吧。

  • 0
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

yaked19

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值