phpenv
phpenv copied to clipboard
can I have phpenv alongside rbenv?
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 -)"
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