自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 问答 (1)
  • 收藏
  • 关注

原创 【Anaconda配置】修改conda虚拟环境路径及安装包路径

conda创建虚拟环境的路径为:C:\Users\username\.conda\envs\。conda下载的安装包路径:C:\Users\username\.conda\pkgs\。若不想占用C盘空间,需要修改conda虚拟环境路径及安装包路径。如果找不到这个文件,cmd命令中输入。

2024-04-16 21:07:40 6630 3

原创 【Anoconda配置】Anaconda24版换清华源

Step1:找到condarc文件,一般是在C盘用户文件夹下,参考:C:\Users\\.condarc。如果找不到,可以生成.condarc文件,conda config --set show_channel_urls yes。Step3:删除上面的文字,复制下列清华源到.condarc文件。Step2:找到.condarc文件后用记事本.txt打开。其他:还原默认官方源,清空.condarc内的内容。Step4:查看是否添加成功。Step5:清除旧索引的干扰。

2024-04-16 11:12:32 950 1

原创 pip国内镜像源修改出现错误:pip is configured with locations that require TLS/SSL, however the ssl module in ....

pip国内镜像源修改出现错误:pip is configured with locations that require TLS/SSL, however the ssl module in ....

2022-06-26 19:46:09 416 1

原创 pip 安装库出错:Defaulting to user installation because normal site-packages is not writeable

pip 安装库出错:Defaulting to user installation because normal site-packages is not writeable

2022-06-26 19:36:41 43645 10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除