Leo Famulari <l...@famulari.name> skribis: > On Thu, Apr 21, 2016 at 10:23:19PM +0200, Hartmut Goebel wrote: >> * gnu/pyckages/python.csm (wrap-python3): Create symlinks for >> pip and python-config, too. > > [...] > >> +++ b/gnu/packages/python.scm >> - `("python3" ,"pydoc3" ,"idle3") >> - `("python" ,"pydoc" ,"idle")))))) >> + `("python3" ,"pydoc3" ,"idle3" ,"pip3" ,"python3-config") >> + `("python" ,"pydoc" ,"idle" ,"pip" >> ,"python-config")))))) > > Do any Pythonista's have any comments on this proposal?
I’m not much of a Pythonista, but this look good to me. Could you push to core-updates? Thanks! Ludo’.