diff --git a/vagrant/centos-7/bootstrap.sh b/vagrant/centos-7/bootstrap.sh index d513fe0f..e5ac9a4a 100644 --- a/vagrant/centos-7/bootstrap.sh +++ b/vagrant/centos-7/bootstrap.sh @@ -22,7 +22,7 @@ yum -y install python34u python34u-tools python34u-devel yum -y install python35u python35u-tools python35u-devel -# Set up virtual environments for each Pytho# Set up virtual environments for each Python where the Phoenix builds will be +# Set up virtual environments for each Python where the Phoenix builds will be # done. set them to the vagrant user so the venv's can be updated by pip later. mkdir venvs virtualenv --python=python2.7 venvs/Py27