Malin revisó este gist . Ir a la revisión
1 file changed, 6 insertions
use-custom-ruby-macOS.profile(archivo creado)
@@ -0,0 +1,6 @@ | |||
1 | + | # add to .zshrc | |
2 | + | ||
3 | + | if [ -d "/usr/local/opt/ruby/bin" ]; then | |
4 | + | export PATH=/usr/local/opt/ruby/bin:$PATH | |
5 | + | export PATH=`gem environment gemdir`/bin:$PATH | |
6 | + | fi |
Siguiente
Anterior