I'm trying to build sage 9.0.rc1 for conda. For conda what I do is I run,
1. Run configure
2. cp src/bin/* to <prefix>/bin
3. cp src/ext/* to <prefix>/share/sage/ext
4. run `python setup.py install` in src

This has worked fine until 8.9

In 9.0 some scripts in `src/bin/` use `sage-system-python` which is in
`build/bin/`. Shouldn't scripts like `sage-system-python` be used only in
scripts under `build`?

Isuru

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CA%2B01voPKxZExqVsi6AsbQJ-hejuFQrfN7Rnb9s40DpjKpNxapg%40mail.gmail.com.

Reply via email to