Re: [Pharo-dev] GitFileTree - Git command not found (is which shell startup script is run when pharo launched from UI)

2015-02-03 Thread Peter Uhnák
Hi, Both .bashrc and .bash_profile are directly bound to shell (bash shell) so this will not help. I do not know MacOS, so I'm not sure if there is some GUI configuration like in MS Windows, so someone else might clarify. In the meantime there is also an alternative way - create a custom

[Pharo-dev] GitFileTree - Git command not found (is which shell startup script is run when pharo launched from UI)

2015-02-03 Thread Christophe Demarey
Hi, I wanted to give a try to gitfiletree but I got a 'Git command not found'. Indeed, the git command is not in the path Here is the code used by GitFileTree to run a git command: | c output | [ c := PipeableOSProcess command: 'export'. output

Re: [Pharo-dev] GitFileTree - Git command not found (is which shell startup script is run when pharo launched from UI)

2015-02-03 Thread Manfred Kröhnert
Hi, On Tue, Feb 3, 2015 at 4:21 PM, Peter Uhnák i.uh...@gmail.com wrote: Hi, Both .bashrc and .bash_profile are directly bound to shell (bash shell) so this will not help. I do not know MacOS, so I'm not sure if there is some GUI configuration like in MS Windows, so someone else might

Re: [Pharo-dev] GitFileTree - Git command not found (is which shell startup script is run when pharo launched from UI)

2015-02-03 Thread Christophe Demarey
Hi Thierry, - Mail original - De: Thierry Goubier thierry.goub...@gmail.com À: Pharo Development List pharo-dev@lists.pharo.org Envoyé: Mardi 3 Février 2015 18:51:05 Objet: Re: [Pharo-dev] GitFileTree - Git command not found (is which shell startup script is run when pharo launched

Re: [Pharo-dev] GitFileTree - Git command not found (is which shell startup script is run when pharo launched from UI)

2015-02-03 Thread Thierry Goubier
] GitFileTree - Git command not found (is which shell startup script is run when pharo launched from UI) Hi Christophe, looks like that a configuration option for the path to the git command is necessary :) https://github.com/dalehenrich/filetree/issues/143 I'm planning a bit of a rewrite