This commit is contained in:
Robin Dunn
2016-12-01 15:04:53 -08:00
parent 259ac91917
commit f0ac889e39

View File

@@ -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