catalyst icon indicating copy to clipboard operation
catalyst copied to clipboard

-bash: catalyst: command not found

Open chairy11 opened this issue 6 years ago • 4 comments

Dear Catalyst Maintainers,

Before I tell you about my issue, let me describe my environment:

Environment

  • Operating System: MacOS
  • Python Version: Python 3.6.8 :: Anaconda, Inc.
  • How did you install Catalyst: conda

Now that you know a little about me, let me tell you about the issue I am having:

Description of Issue

After installed catalyst by anaconda, and conda activate catalyst, when I try to check catalyst --version, the terminal told me:

-bash: catalyst: command not found

I don't know why. Please help me.

There's no catalyst file in <anaconda3/envs/catalyst/bin>.

...

Sincerely, $ whoami

chairy11 avatar Jul 05 '19 16:07 chairy11

Not on the catalyst team, but maybe try:

source activate catalyst this should change the -bash to (catalyst)

then give this a shot: catalyst --version

hope it helps!

milanhpatel avatar Jul 09 '19 16:07 milanhpatel

@milanhpatel

Thank you for your help.

But I have try source activate catalyst and the terminal will show that I am in the env 'catalyst', and still throw the error -bash: catalyst: command not found.

I found that there's no file name catalyst in <anaconda3/envs/catalyst/bin>.

chairy11 avatar Jul 10 '19 04:07 chairy11

the same issue, but catalyst/bin is in its place, which unfortunately does not change the result:

command not found: catalyst

Also installed via conda

ceoworks avatar Jul 21 '19 17:07 ceoworks

I had issues getting catalyst properly recognized in PATH with my conda installs but had luck with a pip install. My coworker had luck with pipenv, while both of us had issues getting the conda install to properly function (different issues however).

This is not necessarily a solution but I would attempt a different install route if you have only tried conda so far.

United-T avatar Jul 23 '19 17:07 United-T