On Wed, Apr 15, 2020 at 5:37 PM David Coudert <[email protected]> wrote: > > > > Le 15 avr. 2020 à 11:27, Dima Pasechnik <[email protected]> a écrit : > > Do you have readline installed in Homebrew? > > > yes > confetti:sage dcoudert$ ls /usr/local/opt/ > 0mq ecm gts libjpeg > o-caml r > alluxio flint htop libjpg > ocaml readline > arb fontconfig htop-osx libmpc > openblas shared-mime-info > autoconf freetype icu4c libomp > openexr sqlite > [email protected] gcc ilmbase libpng > openjpeg sqlite3 > automake gcc@9 imagemagick libtiff > openssl tachyon > boost gd imagemagick@7 libtool > [email protected] unison > [email protected] gdbm isl > libunistring [email protected] unrar > cbc gettext jasper > little-cms2 osi webp > cddlib gfan jpeg m4ri > pcre wget > cgl glib lcms2 mpfi > pcre1 x265 > clp glpk libde265 mpfr > pkg-config xz > cmake gmp libffi mpir > pkgconfig yasm > coin_data_netlib gnu-scientific-library libgd ncurses > ppl zeromq > coin_data_sample gpatch libheif netpbm > python zmq > coinutils graphviz libiconv ninja > python3 > doxygen gsl libidn2 ntl > [email protected] > > what is the output of > > otool -L > /Users/dcoudert/sage/local/lib/python3.7/site-packages/sage/libs/readline.cpython-37m-darwin.so > > ? > > the problem might be that for some reason the lacking MacOS "fake" readline > is picked up here. > > > > confetti:sage dcoudert$ otool -L > /Users/dcoudert/sage/local/lib/python3.7/site-packages/sage/libs/readline.cpython-37m-darwin.so > /Users/dcoudert/sage/local/lib/python3.7/site-packages/sage/libs/readline.cpython-37m-darwin.so: > /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0) > /usr/lib/libedit.3.dylib (compatibility version 2.0.0, current version 3.0.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version > 1252.250.1) > > > and > confetti:sage dcoudert$ echo $PATH > /usr/local/opt/gettext/bin/:/Library/Frameworks/Python.framework/Versions/2.7/bin:/Users/dcoudert/sage/git-trac-command/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Users/dcoudert/bin:/opt/local/bin:/opt/local/sbin >
that /Library/Frameworks/Python.framework/Versions/2.7/bin looks fishy... Are you still using python2 for something? > > > > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-release/CAAWYfq3RUH3SncuSRJ4doMvpGDiBzH%3Drm9BHhtE4eaTJEBEVOg%40mail.gmail.com. > > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-release/45F4CD82-AF3F-45DB-B83D-79804820DF1D%40gmail.com. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CAAWYfq1X%2B2FXEeGTe%3DYcsi9w4PFKtGEO0aXLWJyGMcqm%3DdTypw%40mail.gmail.com.
