# This worked for me! I delete all *.app in the bin # for base: cd ~/ana<span class="wp_keywordlink_affiliate"><a href="https://www.168seo.cn/tag/conda" title="View all posts in conda" target="_blank">conda</a></span>3/bin ls *.app rm -rf *.app <span class="wp_keywordlink_affiliate"><a href="https://www.168seo.cn/tag/conda" title="View all posts in conda" target="_blank">conda</a></span> update --all --yes # for some_env: cd ~/anaconda3/envs/some_env/bin ls *.app rm -rf *.app conda update -n some_env --all --yes ! CAREFUL about rm -rf
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# This worked for me! I delete all *.app in the bin
# for base:
cd
~
/
anaconda3
/
bin
ls
*
.
app
rm
-
rf
*
.
app
conda
update
--
all
--
yes
# for some_env:
cd
~
/
anaconda3
/
envs
/
some_env
/
bin
ls
*
.
app
rm
-
rf
*
.
app
conda
update
-
n
some_env
--
all
--
yes
!
CAREFUL
about
rm
-
rf
|
1万+

被折叠的 条评论
为什么被折叠?



