If I symlink the git-pear folder to bin, I can't use it anywhere. Except for inside bin. And only as git-pear/pear. So, that's weird.
If I symlink pear, I get the following
Couple questions:
How can we bring the whole folder into bin, and yet still be able to call pear? Do we have to copy the pear executable and the rest of the directory separately into bin?
Why symlink and not a hard link? If they delete the git-pear folder after they run pear install, won't the symlink be dead?
So, interesting problem here.
If I symlink the git-pear folder to
bin
, I can't use it anywhere. Except for insidebin
. And only asgit-pear/pear
. So, that's weird.If I symlink
pear
, I get the followingCouple questions:
bin
, and yet still be able to callpear
? Do we have to copy thepear
executable and the rest of the directory separately intobin
?git-pear
folder after they runpear install
, won't the symlink be dead?