ℹ️ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 1 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://llever.com/2017/08/12/anaconda-conda-command-not-found-%E8%A7%A3%E5%86%B3/ |
| Last Crawled | 2026-03-21 16:25:02 (28 days ago) |
| First Indexed | 2019-01-02 03:01:37 (7 years ago) |
| HTTP Status Code | 200 |
| Meta Title | Anaconda conda command not found : 解决 |
| Meta Description | null |
| Meta Canonical | null |
| Boilerpipe Text | Anaconda conda command not found : 解决 conda 是 Anaconda 的 命令行 因为使用 zsh 终端后,conda路径失去了 ohmyzsh $ conda
conda command not found 解决 export PATH="/home/username/miniconda/bin:$PATH"
source ~/.zshrc
zsh中 .zshrc //error:
export PATH = "/home/username/miniconda/bin:$PATH" //right
export PATH = "/home/username/miniconda/bin:$PATH" 不要保持良好的代码格式,会出错 参考
stackoverflow .zshrc保持不空格 |
| Markdown | [Home](https://llever.com/)
## Anaconda conda command not found : 解决
## conda
> 是 Anaconda 的 命令行
因为使用**zsh**终端后,conda路径失去了
[ohmyzsh](https://github.com/robbyrussell/oh-my-zsh)
```
$ conda
conda command not found
```
## 解决
```
export PATH="/home/username/miniconda/bin:$PATH"
source ~/.zshrc
```
> zsh中 .zshrc
> ```
> //error:
export PATH = "/home/username/miniconda/bin:$PATH"
//right
export PATH="/home/username/miniconda/bin:$PATH"
> ```
> 不要保持良好的代码格式,会出错
参考 [stackoverflow](https://stackoverflow.com/questions/35246386/conda-command-not-found) [.zshrc保持不空格](https://itsfoss.com/solve-zsh-bad-assignment/)
*编辑本文*
© 2019 [yobrave (Issue me).](https://github.com/chinanf-boy/yobrave-blog-with-Hugo/issues)
***
***
- [\#zsh](https://llever.com/tags/zsh)
- [\#Anaconda](https://llever.com/tags/Anaconda)
- [\#conda](https://llever.com/tags/conda) |
| Readable Markdown | null |
| Shard | 17 (laksa) |
| Root Hash | 5109252946800414417 |
| Unparsed URL | com,llever!/2017/08/12/anaconda-conda-command-not-found-%E8%A7%A3%E5%86%B3/ s443 |