Re: Compiling Python 2.7.16

2019-06-18 Thread arkhan
great thank you very much I'll check it 18 de junio de 2019 10:24, "Ricardo Wurmus" escribió: > ark...@disroot.org writes: > >> how can I have a workflow similar to the one with pyenv + virtualenv + >> emacs, using guix + emacs ..? > > You can use separate profiles: > > guix package --profile

Re: Compiling Python 2.7.16

2019-06-18 Thread Ricardo Wurmus
ark...@disroot.org writes: > how can I have a workflow similar to the one with pyenv + virtualenv + > emacs, using guix + emacs ..? You can use separate profiles: guix package --profile=/home/me/python2 \ --install python2 python2-numpy” This will install the latest versi

Re: Compiling Python 2.7.16

2019-06-18 Thread arkhan
I get it, I'm new to guix, so I think the question would be how can I have a workflow similar to the one with pyenv + virtualenv + emacs, using guix + emacs ..? __ Edison 18 de junio de 2019 9:02, "Ricardo Wurmus" escribió: > Hi Edison, > >> Hi, >> >> I'm trying to use this https://github.co

Re: Compiling Python 2.7.16

2019-06-18 Thread Ricardo Wurmus
Hi Edison, > Hi, > > I'm trying to use this https://github.com/pyenv/pyenv > > Thanks Please keep the mailing list in Cc. Generally, I don’t think pyenv is going to be useful when you’re already using Guix. In order to help you we need to have more information. Please provide answers to my p

Re: Compiling Python 2.7.16

2019-06-18 Thread Ricardo Wurmus
Hi, > I'm trying to compile the version of python 2.7.16 How? > but I get the following error > > WARNING: The Python readline extension was not compiled. Missing the GNU > readline lib? > ERROR: The Python zlib extension was not compiled. Missing the zlib? What Guix command did you run to g

Compiling Python 2.7.16

2019-06-17 Thread Edison Ibáñez
Hello again I'm trying to compile the version of python 2.7.16 but I get the following error WARNING: The Python readline extension was not compiled. Missing the GNU readline lib? ERROR: The Python zlib extension was not compiled. Missing the zlib? Please consult to the Wiki page to fix the pr