Re: Reproducing a Python project environment (using guix inferiors)

2020-12-01 Thread Brandon Ellington
Thanks again for the reply simon! zimoun writes: > Hi, > > On Mon, 30 Nov 2020 at 14:39, Brandon Ellington wrote: > | package of interest | guix commit | status | |-+--+| | python-matplotlib | "7e06086522" | bad| | python-pandas

Re: Reproducing a Python project environment (using guix inferiors)

2020-12-01 Thread zimoun
Hi, On Mon, 30 Nov 2020 at 14:39, Brandon Ellington wrote: >>> | package of interest | guix commit | status | >>> |-+--+| >>> | python-matplotlib | "7e06086522" | bad| >>> | python-pandas | ce2cfcabfc | bad| >>> | python-networkx | 2

Re: Reproducing a Python project environment (using guix inferiors)

2020-11-30 Thread Brandon Ellington
Thanks for replying simon! zimoun writes: > I am not sure to understand what you are naming “inferior” here. Sorry for the ambiguity, was not being self-deprecating. I meant attempts to use certain guix inferiors as described in the guix manual failed (from Package Management > Inferiors): > S

Re: Reproducing a Python project environment (using guix inferiors)

2020-11-30 Thread zimoun
Hi, On Sat, 28 Nov 2020 at 18:09, branj...@gmail.com wrote: > Some time before I started using guix I worked through Python examples > within this book[1] for school. There were some differences in the > packages I installed and the listed requirements for the book (pseudo > manifest at [2]) whic

Reproducing a Python project environment (using guix inferiors)

2020-11-29 Thread branjam4
Hello all! Some time before I started using guix I worked through Python examples within this book[1] for school. There were some differences in the packages I installed and the listed requirements for the book (pseudo manifest at [2]) which made things difficult for me as a (then) new programmer.