On Tuesday, December 31, 2019 at 10:57:23 AM UTC-5, John H Palmieri wrote:
>
> On Monday, December 30, 2019 at 9:57:25 PM UTC-8, Isuru Fernando wrote:
>>
>> I'm trying to build sage 9.0.rc1 for conda. [...]
>> In 9.0 some scripts in `src/bin/` use `sage-system-python` which is in
>> `build/bin/`.
Thanks for the reply.
`sage` script calls `sage-location` and `sage-env` which in turn calls
`sage-num-threads.py`. So, only `sage-location` and `sage-num-threads.py`
causes problems.
> Most of these are for development work and/or with package maintenance
(for example sage-pkg or sage-unzip), a
On Monday, December 30, 2019 at 9:57:25 PM UTC-8, Isuru Fernando wrote:
>
> 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 /bin
> 3. cp src/ext/* to /share/sage/ext
> 4. run `python setup.py install` in src
>
> This has worked fin