ℹ️ 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 | 0.6 months ago (distributed domain, exempt) |
| 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://groups.google.com/g/moose-users/c/3MtbptJao08 |
| Last Crawled | 2026-03-26 02:07:51 (17 days ago) |
| First Indexed | not set |
| HTTP Status Code | 200 |
| Meta Title | zsh: command not found: conda |
| Meta Description | null |
| Meta Canonical | null |
| Boilerpipe Text | Pastore, Giovanni
unread,
May 21, 2020, 6:13:08 PM
5/21/20
to moose-users
Hi all,
zsh: command not found: conda
Would you please have any suggestions? I tried modifying the bashrc file without success. I am working with macOS Catalina.
Thanks!
giovanni
Jason Miller
unread,
May 21, 2020, 6:29:41 PM
5/21/20
to moose-users
Jason Miller
unread,
May 21, 2020, 6:41:08 PM
5/21/20
to moose-users
The issue you are receiving is due to Conda not being in your path. If you followed the directions -to the letter-, your installation of Miniconda should reside at: ~/miniconda3
In other words, try the following:
export PATH=~/miniconda3/bin:$PATH
conda init zsh
Close your terminals, re-open them, and see if you can continue from there. Let us know how it goes!
Jason
Pastore, Giovanni
unread,
May 21, 2020, 7:30:21 PM
5/21/20
to moose-users
That worked. Thank you very much, Jason.
Giovanni
[External Email]
Pastore, Giovanni
unread,
Jun 12, 2020, 12:34:09 AM
6/12/20
to moose-users
Hi again,
It seems that the module command is not recognized. I am probably missing something simple again - would you please have any suggestions?
(base) gpastore@NE-MacBook-Pro ~ % module list
zsh: command not found: module
(base) gpastore@NE-MacBook-Pro ~ % module load use.moose PETSc
zsh: command not found: module
(base) gpastore@NE-MacBook-Pro ~ %
Thanks!
giovanni
From:
Pastore, Giovanni <
gpas...@utk.edu
>
Sent:
Thursday, May 21, 2020 1:30 PM
Daniel Schwen
unread,
Jun 12, 2020, 12:38:13 AM
6/12/20
to moose-users
There is no module command when using conda. Use `conda activate moose` to load the moose conda environment.
Pastore, Giovanni
unread,
Jun 12, 2020, 1:10:34 AM
6/12/20
to moose-users
Perfect. Thanks, Daniel.
Reply all
Reply to author
Forward |
| Markdown | Groups
Search
Clear search
Close search
Main menu
Google apps
[Groups](https://groups.google.com/g/moose-users/c/my-groups)
Send feedback to Google
Help
Training
[Sign in](https://accounts.google.com/ServiceLogin?hl=en&passive=true&continue=https://groups.google.com&ec=GAZA0AM)
[Groups](https://groups.google.com/g/moose-users/c/my-groups)
Groups
## moose-users
[Conversations](https://groups.google.com/g/moose-users/c/g/moose-users)
[About](https://groups.google.com/g/moose-users/c/g/moose-users/about)
[Privacy](https://policies.google.com/privacy?hl=en_US) • [Terms](https://policies.google.com/terms?hl=en_US)
# zsh: command not found: conda
837 views
Skip to first unread message

### Pastore, Giovanni
unread,
May 21, 2020, 6:13:08 PM5/21/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to moose-users
Hi all,
I have just started the process of installing MOOSE and BISON from UTK. Following the instructions at <https://mooseframework.inl.gov/getting_started/installation/conda.html>, I got to the conda activate moose step, and get this error:
zsh: command not found: conda
Would you please have any suggestions? I tried modifying the bashrc file without success. I am working with macOS Catalina.
Thanks\!
giovanni

### Jason Miller
unread,
May 21, 2020, 6:29:41 PM5/21/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to moose-users
> \--
> You received this message because you are subscribed to the Google Groups "moose-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to [moose-users...@googlegroups.com](https://groups.google.com/g/moose-users/c/3MtbptJao08).
> To view this discussion on the web visit [https://groups.google.com/d/msgid/moose-users/CY4PR02MB2535000AD033CDD2D25223C0C3B70%40CY4PR02MB2535.namprd02.prod.outlook.com](https://groups.google.com/d/msgid/moose-users/CY4PR02MB2535000AD033CDD2D25223C0C3B70%40CY4PR02MB2535.namprd02.prod.outlook.com?utm_medium=email&utm_source=footer).

### Jason Miller
unread,
May 21, 2020, 6:41:08 PM5/21/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to moose-users
I am in the process of creating a troubleshooting guide for issues just like this... sorry we don't have any available as of yet. While the instructions are not yet complete, [my commits to make these changes for issues like this are in the works](https://mooseframework.inl.gov/docs/PRs/15304/site/help/troubleshooting.html).
The issue you are receiving is due to Conda not being in your path. If you followed the directions -to the letter-, your installation of Miniconda should reside at: ~/miniconda3
In other words, try the following:
export PATH=~/miniconda3/bin:\$PATH
conda init zsh
Close your terminals, re-open them, and see if you can continue from there. Let us know how it goes\!
Jason

### Pastore, Giovanni
unread,
May 21, 2020, 7:30:21 PM5/21/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to moose-users
That worked. Thank you very much, Jason.
Giovanni
***
**From:** [moose...@googlegroups.com](https://groups.google.com/g/moose-users/c/3MtbptJao08) \<[moose...@googlegroups.com](https://groups.google.com/g/moose-users/c/3MtbptJao08)\> on behalf of Jason Miller \<[m.jason...@gmail.com](https://groups.google.com/g/moose-users/c/3MtbptJao08)\>
**Sent:** Thursday, May 21, 2020 12:40 PM
**To:** moose-users \<[moose...@googlegroups.com](https://groups.google.com/g/moose-users/c/3MtbptJao08)\>
**Subject:** Re: zsh: command not found: conda
**\[External Email\]**
To view this discussion on the web visit [https://groups.google.com/d/msgid/moose-users/CALK7ujykKmtqWtKKYws9Qv%3DCD2cmiFgpQcpWaRW0pHk-YkmKLA%40mail.gmail.com](https://groups.google.com/d/msgid/moose-users/CALK7ujykKmtqWtKKYws9Qv%3DCD2cmiFgpQcpWaRW0pHk-YkmKLA%40mail.gmail.com?utm_medium=email&utm_source=footer).

### Pastore, Giovanni
unread,
Jun 12, 2020, 12:34:09 AM6/12/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to moose-users
Hi again,
It seems that the module command is not recognized. I am probably missing something simple again - would you please have any suggestions?
(base) gpastore@NE-MacBook-Pro ~ % module list
zsh: command not found: module
(base) gpastore@NE-MacBook-Pro ~ % module load use.moose PETSc
zsh: command not found: module
(base) gpastore@NE-MacBook-Pro ~ %
Thanks\!
giovanni
***
**From:** Pastore, Giovanni \<[gpas...@utk.edu](https://groups.google.com/g/moose-users/c/3MtbptJao08)\>
**Sent:** Thursday, May 21, 2020 1:30 PM

### Daniel Schwen
unread,
Jun 12, 2020, 12:38:13 AM6/12/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to moose-users
There is no module command when using conda. Use \`conda activate moose\` to load the moose conda environment.
> To view this discussion on the web visit [https://groups.google.com/d/msgid/moose-users/CY4PR02MB25359558DAD3E8D4A9F3C07BC3800%40CY4PR02MB2535.namprd02.prod.outlook.com](https://groups.google.com/d/msgid/moose-users/CY4PR02MB25359558DAD3E8D4A9F3C07BC3800%40CY4PR02MB2535.namprd02.prod.outlook.com?utm_medium=email&utm_source=footer).

### Pastore, Giovanni
unread,
Jun 12, 2020, 1:10:34 AM6/12/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to moose-users
Perfect. Thanks, Daniel.
***
**From:** [moose...@googlegroups.com](https://groups.google.com/g/moose-users/c/3MtbptJao08) \<[moose...@googlegroups.com](https://groups.google.com/g/moose-users/c/3MtbptJao08)\> on behalf of Daniel Schwen \<[dan...@schwen.de](https://groups.google.com/g/moose-users/c/3MtbptJao08)\>
**Sent:** Thursday, June 11, 2020 6:37 PM
To view this discussion on the web visit [https://groups.google.com/d/msgid/moose-users/CAPxoKqfdnQMBi%2B8frXHg4orcaPn\_9yxfcYEmosivpAr\_obQo%3DQ%40mail.gmail.com](https://groups.google.com/d/msgid/moose-users/CAPxoKqfdnQMBi%2B8frXHg4orcaPn_9yxfcYEmosivpAr_obQo%3DQ%40mail.gmail.com?utm_medium=email&utm_source=footer).
Reply all
Reply to author
Forward
0 new messages
|
| Readable Markdown | Pastore, Giovanni
unread,
May 21, 2020, 6:13:08 PM5/21/20
to moose-users
Hi all,
zsh: command not found: conda
Would you please have any suggestions? I tried modifying the bashrc file without success. I am working with macOS Catalina.
Thanks\!
giovanni
Jason Miller
unread,
May 21, 2020, 6:29:41 PM5/21/20
to moose-users
Jason Miller
unread,
May 21, 2020, 6:41:08 PM5/21/20
to moose-users
The issue you are receiving is due to Conda not being in your path. If you followed the directions -to the letter-, your installation of Miniconda should reside at: ~/miniconda3
In other words, try the following:
export PATH=~/miniconda3/bin:\$PATH
conda init zsh
Close your terminals, re-open them, and see if you can continue from there. Let us know how it goes\!
Jason
Pastore, Giovanni
unread,
May 21, 2020, 7:30:21 PM5/21/20
to moose-users
That worked. Thank you very much, Jason.
Giovanni
***
**\[External Email\]**
Pastore, Giovanni
unread,
Jun 12, 2020, 12:34:09 AM6/12/20
to moose-users
Hi again,
It seems that the module command is not recognized. I am probably missing something simple again - would you please have any suggestions?
(base) gpastore@NE-MacBook-Pro ~ % module list
zsh: command not found: module
(base) gpastore@NE-MacBook-Pro ~ % module load use.moose PETSc
zsh: command not found: module
(base) gpastore@NE-MacBook-Pro ~ %
Thanks\!
giovanni
***
**From:** Pastore, Giovanni \<[gpas...@utk.edu](https://groups.google.com/g/moose-users/c/3MtbptJao08)\>
**Sent:** Thursday, May 21, 2020 1:30 PM
Daniel Schwen
unread,
Jun 12, 2020, 12:38:13 AM6/12/20
to moose-users
There is no module command when using conda. Use \`conda activate moose\` to load the moose conda environment.
Pastore, Giovanni
unread,
Jun 12, 2020, 1:10:34 AM6/12/20
to moose-users
Perfect. Thanks, Daniel.
***
Reply all
Reply to author
Forward |
| Shard | 95 (laksa) |
| Root Hash | 744624608793826895 |
| Unparsed URL | com,google!groups,/g/moose-users/c/3MtbptJao08 s443 |