File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111#
1212# /////////////////////////////////////////////////////////////////
1313
14+ PYTHON_VERSION=" 3.6"
15+
1416if ! which pipenv
1517 then
1618 echo " Unable to detect a pipenv install. Please install with 'pip install pipenv' then repeat your build attempt." 1>&2
1719 exit 1
1820fi
1921
2022# install fontTools and fontmake build dependencies with pipenv
21- pipenv install --ignore-pipfile fontmake fontTools
23+ pipenv install --python $PYTHON_VERSION -- ignore-pipfile fontmake fontTools
2224
2325# test for fontmake install in venv
2426if ! pipenv run fontmake --version
@@ -47,6 +49,6 @@ pipenv graph
4749
4850echo " "
4951echo " ================================="
50- echo " END PYTHON BUILD ENVIRONMENT "
52+ echo " "
5153echo " ================================="
5254echo " "
You can’t perform that action at this time.
0 commit comments