phpenv icon indicating copy to clipboard operation
phpenv copied to clipboard

can I have phpenv alongside rbenv?

Open andylacko opened this issue 11 years ago • 1 comments

if I type phpenv -v I got output: rbenv 0.4.0-98-g13a474c ruby-build and php-build installed. How can I work with theese both installed on same machine? (using homebrew)

this is in .zshrc profile

export PATH="$HOME/.rbenv/bin:$PATH" eval "$(rbenv init -)"

export PATH="$HOME/.phpenv/bin:$PATH" eval $(phpenv init -)"

andylacko avatar Oct 07 '14 21:10 andylacko

installed php-build through brew ( then installed to .phpenv/plugins/php-build) , it was the problem, but now there is another

curl: (7) Failed connect to museum.php.net:80; Connection refused when I write phpenv install 5.3.9

andylacko avatar Oct 07 '14 22:10 andylacko