Merge branch 'kurtmckee/fix-vagrant-unauthenti...'
This commit is contained in:
commit
5f84611372
1 changed files with 1 additions and 1 deletions
2
test/Vagrantfile
vendored
2
test/Vagrantfile
vendored
|
@ -17,7 +17,7 @@ Vagrant.configure(2) do |config|
|
||||||
# install pyenv
|
# install pyenv
|
||||||
config.vm.provision "shell", privileged: false, inline: <<-EOS
|
config.vm.provision "shell", privileged: false, inline: <<-EOS
|
||||||
rm -rf ~/.pyenv
|
rm -rf ~/.pyenv
|
||||||
git clone git://github.com/yyuu/pyenv.git ~/.pyenv
|
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
|
||||||
cat <<-'PYENV' > ~/.bashrc
|
cat <<-'PYENV' > ~/.bashrc
|
||||||
export PYENV_ROOT="$HOME/.pyenv"
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
|
|
Loading…
Reference in a new issue