Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can I have phpenv alongside rbenv? #31

Open
andylacko opened this issue Oct 7, 2014 · 1 comment
Open

can I have phpenv alongside rbenv? #31

andylacko opened this issue Oct 7, 2014 · 1 comment

Comments

@andylacko
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant