CHH / phpenv

Thin Wrapper around rbenv for PHP version managment
MIT License
569 stars 52 forks source link

Phpenv actually installing rbenv #35

Closed tdeekens closed 7 years ago

tdeekens commented 9 years ago

...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?

Cheers.

dsbaars commented 9 years ago

Same here it seems...

evoactivity commented 9 years ago

also getting this

ydesgagn commented 9 years ago

Try phpenv install -l. This will give you a list of ruby versions to install instead of php versions.