frostming / legit

Git for Humans, Inspired by GitHub for Mac™.
https://frostming.github.io/legit
BSD 3-Clause "New" or "Revised" License
5.7k stars 218 forks source link

legit 1.2.0.post0 searches for legit in the wrong place when using an anaconda python #273

Closed philastrophist closed 2 years ago

philastrophist commented 2 years ago
$ which pip
 /home/<user>/miniconda3/bin/python
$ pip install legit
... success
$ legit
-bash: /home/<user>/.local/bin/legit: No such file or directory
$ ln -s /home/<user>/miniconda3/bin/legit /home/<user>/.local/bin/legit
$ legit
success
frostming commented 2 years ago

This issue is not specific to legit, but the priority of your PATH env.