Fails to clone from git if a directory named git is in the path #10
Labels
auto-locked
Outdated issues that have been locked by automation
type: bug
A confirmed bug or unintended behavior
OS: ubuntu 10.10
I have ~/bin prepended to my path.
I also have a ~/bin/git folder where all my git commands are stored.
pip tries to execute ~/bin/git (the folder) instead of /usr/bin/git (the file).
This fixes my problem:
I'm not very used to python yet or the platforms it supports so I assumed that os.path.isfile() will work on all platforms, you probably have much deeper knowledge about this.
Sorry that I haven't got the time to register an account here or learn/setup mercurial atm.
Regards, Thomas Frössman thomasf@jossystem.se
The text was updated successfully, but these errors were encountered: