Ver a proveniência

Remove current directory from PATH (#1779)

master
Kazuhiro NISHIYAMA há 7 anos
committed by Eugen
ascendente
cometimento
66ea015a01
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      Vagrantfile

+ 1
- 1
Vagrantfile Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar