mirror of
1
0
Fork 0

Merge branch 'kurtmckee/fix-vagrant-unauthenti...'

This commit is contained in:
Anish Athalye 2022-04-11 08:04:45 -04:00
commit 5f84611372
1 changed files with 1 additions and 1 deletions

2
test/Vagrantfile vendored
View File

@ -17,7 +17,7 @@ Vagrant.configure(2) do |config|
# install pyenv
config.vm.provision "shell", privileged: false, inline: <<-EOS
rm -rf ~/.pyenv
git clone git://github.com/yyuu/pyenv.git ~/.pyenv
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
cat <<-'PYENV' > ~/.bashrc
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"