「Miniconda」:修訂間差異
跳至導覽
跳至搜尋
建立内容为“'''Miniconda'''是Conda的極小包。 == 外部連結 == * {{Official|https://docs.conda.io/en/latest/miniconda.html}} {{en}} Category:軟體”的新页面 |
無編輯摘要 |
||
第1行: | 第1行: | ||
'''Miniconda'''是[[Conda]]的極小包。 | '''Miniconda'''是[[Conda]]的極小包。 | ||
== 安裝 == | |||
在[[Linux]] x86-64環境下: | |||
<syntaxhighlight lang="bash"> | |||
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh; chmod 755 Miniconda3-latest-Linux-x86_64.sh; ./Miniconda3-latest-Linux-x86_64.sh | |||
</syntaxhighlight> | |||
== 移除 == | |||
針對[[Bash]]環境,先移除<code>~/.bashrc</code>裡的內容(搜尋<code>conda</code>找到對應的段落),接著刪除實際的套件路徑: | |||
<syntaxhighlight lang="bash"> | |||
rm -rf ~/miniconda3 | |||
</syntaxhighlight> | |||
== 外部連結 == | == 外部連結 == | ||
* {{Official|https://docs.conda.io/en/latest/miniconda.html}} {{en}} | * {{Official|https://docs.conda.io/en/latest/miniconda.html}} {{en}} | ||
[[Category:軟體]] | [[Category:軟體]] |