You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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 -)"
The text was updated successfully, but these errors were encountered: