We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de5d65 commit 10c5444Copy full SHA for 10c5444
build-pipenv.sh
@@ -11,7 +11,7 @@
11
#
12
# /////////////////////////////////////////////////////////////////
13
14
-PYTHON_VERSION="3.6"
+BUILD_PYTHON_VERSION="3.6"
15
16
if ! which pipenv
17
then
@@ -20,7 +20,7 @@ if ! which pipenv
20
fi
21
22
# install fontTools and fontmake build dependencies with pipenv
23
-pipenv install --python $PYTHON_VERSION --ignore-pipfile fontmake fontTools
+pipenv install --python $BUILD_PYTHON_VERSION --ignore-pipfile fontmake fontTools
24
25
# test for fontmake install in venv
26
if ! pipenv run fontmake --version
0 commit comments