Explorar el Código

Remove current directory from PATH (#1779)

master
Kazuhiro NISHIYAMA hace 7 años
committed by Eugen
padre
commit
66ea015a01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Vagrantfile

+ 1
- 1
Vagrantfile Ver fichero

@@ -43,7 +43,7 @@ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile

git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build

export PATH="$HOME/.rbenv/bin::$PATH"
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"

cd /vagrant


Cargando…
Cancelar
Guardar