Skip to content

Command not found #16

Closed Answered by johan456789
johan456789 asked this question in Q&A
Nov 5, 2023 · 5 comments · 1 reply
Discussion options

You must be logged in to vote

I found the cause and it has nothing to do with conda. It's because ~/.local/bin is not on PATH. By default, it's not on PATH at least on mac. I saw two people having the same problem on Windows.

@raffaem I would suggest installing the executable somewhere on PATH or adding the instruction of adding ~/.local/bin to PATH.

For example, when I install ffsubsync with pip install ffsubsync when using homebrew and conda, it installs the executable at /opt/homebrew/Caskroom/miniconda/base/envs/my_env_name/bin, which doesn't require me to figure out the PATH issue and is a smoother experience.

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@raffaem
Comment options

Answer selected by johan456789
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #15 on November 06, 2023 08:51.