Skip to content
Snippets Groups Projects
Commit 66ea015a authored by Kazuhiro NISHIYAMA's avatar Kazuhiro NISHIYAMA Committed by Eugen
Browse files

Remove current directory from PATH (#1779)

parent 1616cf98
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment