Procházet zdrojové kódy

Remove current directory from PATH (#1779)

master
Kazuhiro NISHIYAMA před 7 roky
committed by Eugen
rodič
revize
66ea015a01
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      Vagrantfile

+ 1
- 1
Vagrantfile Zobrazit soubor

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


Načítá se…
Zrušit
Uložit