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 11
11
#
12
12
# /////////////////////////////////////////////////////////////////
13
13
14
+ PYTHON_VERSION=" 3.6"
15
+
14
16
if ! which pipenv
15
17
then
16
18
echo " Unable to detect a pipenv install. Please install with 'pip install pipenv' then repeat your build attempt." 1>&2
17
19
exit 1
18
20
fi
19
21
20
22
# 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
22
24
23
25
# test for fontmake install in venv
24
26
if ! pipenv run fontmake --version
@@ -47,6 +49,6 @@ pipenv graph
47
49
48
50
echo " "
49
51
echo " ================================="
50
- echo " END PYTHON BUILD ENVIRONMENT "
52
+ echo " "
51
53
echo " ================================="
52
54
echo " "
You can’t perform that action at this time.
0 commit comments