Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 278 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 278 Bytes

remake phpenv with rbenv

git clone https://github.com/laprasdrum/phpenv.git ~/.phpenv

write the berow to .bashrc/.zshrc as phpenv installation

# rbenv PATH must be the former of phpenv PATH
export PATH="$HOME/.phpenv/bin:$PATH"
eval "$(phpenv init -)"