-bash: catalyst: command not found
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
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
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>.
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
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.