装 conda 小记
文章发布时间:
最后更新时间:
最后更新时间:
其实本来也没啥可以记的
起因
在写音数大作业, 多人合作想写个 requirements.txt
, 然后 VS
Code 给我跳了个 创建环境 的按钮来,我一点反应过来没装
conda, 装一个吧
步骤
搜索&安装
搜了一下发现 conda 官网最显眼的显然不是命令行安装,
反手一个
1 |
|
Warning: No available formula with the name "conda". Did you mean conan, confd or conman?
什么意思? 哦
1 |
|
配置 VS Code
装完回到 VS Code 理所当然地 Cmd
+ Shift
+
P
了一下, 选择 Developer: Reload Window
诶? 按钮消失了???
在设置中搜索 python environment
之后发现有个选项
Python > Create Environment > Content Button
神奇的是这个是开着的, 不知什么原因按钮不见了
但同时看到了另一条设置
Python > Conda Path
哦哦这个填上, 先
1 |
|
conda not found
?????
搜索后发现需要
1 |
|
写到我最爱的 .zshrc
里然后
1 |
|
/opt/homebrew/anaconda3/bin/conda
好的, 写到 VS Code 里...我按钮呢?
又经过一番搜索发现相应的指令是
Python: Create Environment
好了好了, 选择 Conda
- 3.11
, 搞定