Success! Reinstalled the package and was able to easy_install bpython after doing
$ chown -R <me> /opt/sage $ sage -sh $ easy_install bpython $ /opt/sage/local/bin/bpython >>> from sage.all import * Don't know why it's still finding /usr/bin/bpython before the one within sage even though $PATH has /opt/sage/local/bin first, I'll have to take a look at that. Also don't know why I needed to chown the directory away from root. So I don't know if there's a bug here (on the arch side) or not, but for now it's working. Thanks to all! -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org