初学网站开发书籍,如何提升网站打开速度,优秀网站推荐,火车头采集器发布wordpress1. 在Index of /anaconda/archive/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror页面的中后部找到相应Server的最新版本。
2. 点击下载发文时的最新版本Anaconda3-2023.09-0-Linux-x86_64.sh。
3. 上传后#xff0c;执行bash Anaconda3-2023.09-0-Linux-x86_64.…1. 在Index of /anaconda/archive/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror页面的中后部找到相应Server的最新版本。
2. 点击下载发文时的最新版本Anaconda3-2023.09-0-Linux-x86_64.sh。
3. 上传后执行bash Anaconda3-2023.09-0-Linux-x86_64.sh。回车、q、yes、回车、yes。
4. 执行vim ~/.bashrc输入i编辑添加export PATH$PATH:/yourinstalldir/anaconda3/bin按Esc退出编辑输入:wq保存退出启动环境变量 source ~/.bashrc初始化conda init选择bash出现(base) ~~:~#表示安装成功。
5. 执行pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/替换为国内资源以加速。
6. 执行conda create -n virtualenv python3.10.12。
7. 执行source activate virtualenv激活上一步创建的虚拟环境。显示为(virtualenv) ~~:~# References:
https://zhuanlan.zhihu.com/p/600780684。
https://mp.csdn.net/mp_blog/creation/editor?spm1011.2415.3001.6217。