当前位置:网站首页>pyenv安装anaconda修改清华源
pyenv安装anaconda修改清华源
2022-06-21 20:52:00 【沉思的雅典娜】
首先可喜可贺,清华anaconda源又可以使用了。一起躁动起来。
首先去
~/.pyenv/plugins/python-build/share/python-build然后找到anaconda,vim一个你想安装的版本,然后形如下:
case "$(anaconda_architecture 2>/dev/null || true)" in
"Linux-x86" )
install_script "Anaconda3-5.3.1-Linux-x86.sh" "https://repo.continuum.io/archive/Anaconda3-5.3.1-Linux-x86.sh#5dab8b2c95595df7fa55b88643f8372135c14faabd9ec05a34021551bb0999a1" "anaconda" verify_py36
;;
"Linux-x86_64" )
install_script "Anaconda3-5.3.1-Linux-x86_64.sh" "https://repo.continuum.io/archive/Anaconda3-5.3.1-Linux-x86_64.sh#d4c4256a8f46173b675dd6a62d12f566ed3487f932bab6bb7058f06c124bcc27" "anaconda" verify_py36
;;
"MacOSX-x86_64" )
install_script "Anaconda3-5.3.1-MacOSX-x86_64.sh" "https://repo.continuum.io/archive/Anaconda3-5.3.1-MacOSX-x86_64.sh#23c373abce2463d4df495f5a1c7e8b0faec6eda09542d98f41ed65a0fa0dbde0" "anaconda" verify_py36
;;
* )
{ echo
colorize 1 "ERROR"
echo ": The binary distribution of Anaconda3 is not available for $(anaconda_architecture 2>/dev/null || true)."
echo
} >&2
exit 1
;;
esac改造上述的内容为
case "$(anaconda_architecture 2>/dev/null || true)" in
"Linux-x86" )
install_script "Anaconda3-5.3.1-Linux-x86.sh" "https://repo.continuum.io/archive/Anaconda3-5.3.1-Linux-x86.sh#5dab8b2c95595df7fa55b88643f8372135c14faabd9ec05a34021551bb0999a1" "anaconda" verify_py36
;;
"Linux-x86_64" )
install_script "Anaconda3-5.3.1-Linux-x86_64.sh" "https://repo.continuum.io/archive/Anaconda3-5.3.1-Linux-x86_64.sh#d4c4256a8f46173b675dd6a62d12f566ed3487f932bab6bb7058f06c124bcc27" "anaconda" verify_py36
;;
"MacOSX-x86_64" )
#install_script "Anaconda3-5.3.1-MacOSX-x86_64.sh" "https://repo.continuum.io/archive/Anaconda3-5.3.1-MacOSX-x86_64.sh#23c373abce2463d4df495f5a1c7e8b0faec6eda09542d98f41ed65a0fa0dbde0" "anaconda" verify_py36
install_script "Anaconda3-5.3.1-MacOSX-x86_64.sh" "https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-5.3.1-MacOSX-x86_64.sh" "anaconda" verify_py36
;;
* )
{ echo
colorize 1 "ERROR"
echo ": The binary distribution of Anaconda3 is not available for $(anaconda_architecture 2>/dev/null || true)."
echo
} >&2
exit 1
;;
esac注意我注释替换的地方。然后完事儿,同理其他pyenv可安装的内容也可以同样的方式搞。
边栏推荐
- Electronic bidding procurement mall system: optimize traditional procurement business and speed up enterprise digital upgrading
- 将字符串按长度截取成数组
- WPF listbox virtualization
- Uwp dispatcher usage
- High level project - project initiation management
- 项目流程管理工具OmniPlan Pro 4
- Pycharm下可以正常运行,Pyinstaller打包软件报出Fatal error
- The way of FPGA -- interface level standard between digital systems
- [deeply understand tcapulusdb technology] table management of document acceptance
- 力扣刷題集結4(mysql版本)
猜你喜欢

UWP 阴影效果

Games101 job 7- detailed explanation of implementation steps of multi thread speed up

力扣刷題集結4(mysql版本)

promise错误捕获处理——Promisifying技术

小程序与工业互联网能够相辅相成的原因

可乐与凉茶加速互卷
![[leetcode] 8. String conversion integer (ATOI)](/img/e8/08986237d8945685888817f214d7a9.png)
[leetcode] 8. String conversion integer (ATOI)

WPF dependent properties

STM32下载一次程序后就无法再次下载,程序无法运行。
![[wustctf2020] plain and unpretentious -1](/img/e8/96835a7b4f1e892b0c78ccf7bda2c2.png)
[wustctf2020] plain and unpretentious -1
随机推荐
Introduction to software architecture
Swiftui basic learning journal (XI) SQLite data operation
Five minutes, Xie Yunyuan
Uwp tablet inkcanvas
关于eureka启动成功但是访问404问题
Implement a middleware from -1
Left hand code, right hand open source, part of the open source road
JMter测试命令【笔记】
WPF thread manipulation UI problem
KVM虚拟机救援模式修改root密码 —— 筑梦之路
Introduction to class library, framework, module, component and other concepts
Use for, while and do while to find the sum of 1-100 circularly
Pi4j pin analog bus, several ideas of control transmission and data transmission
STM32下载一次程序后就无法再次下载,程序无法运行。
分布式数据库使用逻辑卷管理存储之扩容
大佬们, 2.2.1 的 StarRocks 主键模型的部分字段更新依旧不支持 sql 的方式是么?
UWP 阴影效果
Use the while loop to calculate the odd and even sums in 1-100 [method 1]
Correspondence between rtx3090 and pytorch versions
C delete files in use