...I am on Mac OS 10.10.1 installing phpenv via homebrew with $brew install phpenv while after running the install-script. After typing phpenv in my shell I get rbenv 0.4.0 output. Is this due to the line https://github.com/CHH/phpenv/blob/master/bin/phpenv-install.sh#L26 indicating that the actually rbenv is installed right now?
...I am on Mac OS 10.10.1 installing
phpenv
viahomebrew
with$brew install phpenv
while after running the install-script. After typingphpenv
in my shell I getrbenv 0.4.0
output. Is this due to the line https://github.com/CHH/phpenv/blob/master/bin/phpenv-install.sh#L26 indicating that the actually rbenv is installed right now?Cheers.