|
@@ -28,8 +28,11 @@ fi
|
|
|
export PIP_DISABLE_PIP_VERSION_CHECK=1
|
|
export PIP_DISABLE_PIP_VERSION_CHECK=1
|
|
|
# or that a new version will no longer work with this python version
|
|
# or that a new version will no longer work with this python version
|
|
|
export PIP_NO_PYTHON_VERSION_WARNING=1
|
|
export PIP_NO_PYTHON_VERSION_WARNING=1
|
|
|
|
|
+# ensure pip does not complain about running about root
|
|
|
|
|
+export PIP_ROOT_USER_ACTION=ignore
|
|
|
|
|
+
|
|
|
# https://pypi.org/project/hy/#history
|
|
# https://pypi.org/project/hy/#history
|
|
|
# https://pypi.org/project/hyrule/#history
|
|
# https://pypi.org/project/hyrule/#history
|
|
|
-pip install -q 'hy==0.24.0' 'hyrule==0.2'
|
|
|
|
|
|
|
+pip install -q 'hy==0.24.0' 'hyrule==0.2' 'sh==1.14.2' > /dev/null
|
|
|
|
|
|
|
|
hy ./container.hy
|
|
hy ./container.hy
|