在conda里设置虚拟环境的一些注意

创建虚拟环境

 conda create -n myenv(虚拟环境名) python=3.7

进入或退出虚拟环境

conda activate myenv
conda deactivate

查看所有环境

conda env list

删除虚拟环境

conda remove -n 环境名 --all

将虚拟环境加入jupyter notebook中,使用

pip install ipykernel
python -m ipykernel install --name myenv(虚拟环境名) --use(忘记是use还是user了,总之这个很重要)

下载package不确定怎么写时,可以在https://anaconda.org/网站找package的名字,然后下面会有怎样输入

其中关于路径(channel)的一些问题

出现WARNING conda.models.version:get_matcher(556): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.7.1., but conda is ignoring the . and treating it as 1.7.1,使用

conda config --remove-key channels

遇到Solving environment: failed with initial frozen solve. Retrying with flexible solve,尝试

conda config --set channel_priority flexible
conda config --add channels conda-forge

  • 3
    点赞
  • 11
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值