Skip to content

Commit

Permalink
Merge pull request #30 from Kintyre/vagrant_py349
Browse files Browse the repository at this point in the history
Python 3.4.9 in vagrant
  • Loading branch information
lowell80 committed Nov 22, 2018
2 parents a075440 + 81edea6 commit c72f7fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Vagrant.configure("2") do |config|
# boxes at https://vagrantcloud.com/search.

# Should work with either. Take your pick.
config.vm.box = "centos/7"
config.vm.box = "ubuntu/trusty64"
#config.vm.box = "centos/7"
config.vm.box = "ubuntu/bionic64"

# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs
Expand Down Expand Up @@ -75,7 +75,8 @@ Vagrant.configure("2") do |config|
sudo apt install -y vim
sudo apt install -y build-essential git
sudo apt install -y libssl-dev zlib1g-dev libncurses5-dev libncursesw5-dev libreadline-dev libsqlite3-dev libgdbm-dev libdb5.3-dev libbz2-dev libexpat1-dev liblzma-dev libffi-dev
# https://github.com/pyenv/pyenv/issues/945
sudo apt install -y libssl1.0-dev
fi
git clone git://github.com/yyuu/pyenv.git ~/.pyenv --depth=20
Expand Down

0 comments on commit c72f7fc

Please sign in to comment.