On Sun, Jun 2, 2019 at 8:30 PM Emily R <rachf...@kenyon.edu> wrote: > > Hi, I am having trouble installing Sage 8.7. I am running MacOS 10.12.6. I > think this is the problem section. > > [r-3.6.0] checking for curl-config... /Users/Emily/anaconda3/bin/curl-config > [r-3.6.0] checking libcurl version ... 7.60.0 > [r-3.6.0] checking curl/curl.h usability... yes > [r-3.6.0] checking curl/curl.h presence... yes > [r-3.6.0] checking for curl/curl.h... yes > [r-3.6.0] checking if libcurl is version 7 and >= 7.22.0... no > [r-3.6.0] configure: error: libcurl >= 7.22.0 library and headers are required > [r-3.6.0] Error configuring R. > > I found a similar problem > https://groups.google.com/forum/#!msg/sage-devel/aOK-ZtyH_Z8/hvcR1LXwCgAJ > which recommends deactivating anaconda, but I am not sure how to do this.
Probably it suffices to make sure that your PATH does not contain anything that starts with /Users/Emily/anaconda3/ In principle your PATH only needs to contain /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin That is, before starting to build Sage, do export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin Hopefully you can run this command and then run make, and everything will be OK else you'd need to start from scratch, i.e. run "make distclean" as Anaconda could have gotten into other Sage places it should not. HTH. One day we shoud make it possible to build Sage under Anaconda... > Any help would be appreciated. > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-devel+unsubscr...@googlegroups.com. > To post to this group, send email to sage-devel@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-devel. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-devel/f285dddb-2418-444a-bdcd-061821a23edc%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAAWYfq2xZdiSzKA3UkV%3DFyT5URjFND%2B%3DpohyaOpO%3Dr83RfjeRw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.