0
点赞
收藏
分享

微信扫一扫

【Spring】关于@PostConstruct和CommandLineRunner

玉新行者 2024-08-09 阅读 26

参考

如何在Linux服务器上安装Anaconda(超详细)_linux安装anconda-CSDN博客

官网

Index of /

安装网站

https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-x86_64.sh
wget https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-x86_64.sh

安装

chmod +x Anaconda3-2024.06-1-Linux-x86_64.sh
./Anaconda3-2024.06-1-Linux-x86_64.sh

然后出现下面界面

然后出现下面界面

继续按Enter,很长。

输入 yes

继续点击 Enter

输入 yes,添加环境变量

重新打开输入框,检查安装

conda -V
举报

相关推荐

0 条评论