diff --git a/xjalienfs.sh b/xjalienfs.sh index fe720da2ce..bcc468e1d9 100644 --- a/xjalienfs.sh +++ b/xjalienfs.sh @@ -19,13 +19,6 @@ prepend_path: # works inside and outside a virtualenv, but unset VIRTUAL_ENV to make sure we # only depend on stuff we installed using our Python and Python-modules. -# on macos try to install gnureadline and just skip if fails (alienpy can work without it) -# macos python readline implementation is build on libedit which does not work -[[ "$ARCHITECTURE" == osx_* ]] && { env -u VIRTUAL_ENV ALIBUILD=1 \ - python3 -m pip install --force-reinstall \ - --target="$INSTALLROOT/lib/python/site-packages" \ - gnureadline || : ; } - env -u VIRTUAL_ENV ALIBUILD=1 \ python3 -m pip install --force-reinstall \ --target="$INSTALLROOT/lib/python/site-packages" \