Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

-bash: catalyst: command not found #555

Open
chairy11 opened this issue Jul 5, 2019 · 4 comments
Open

-bash: catalyst: command not found #555

chairy11 opened this issue Jul 5, 2019 · 4 comments

Comments

@chairy11
Copy link

chairy11 commented Jul 5, 2019

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

@milanhpatel
Copy link

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!

@chairy11
Copy link
Author

@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>.

@ceoworks
Copy link

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

@United-T
Copy link

United-T commented Jul 23, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants