[issue21215] build-deps instructions for Ubuntu

Barry A. Warsaw report at bugs.python.org
Mon Apr 14 20:07:06 CEST 2014


Barry A. Warsaw added the comment:

On Apr 14, 2014, at 05:47 PM, R. David Murray wrote:

>OK, so the devguide currently has 
>
>  sudo apt-get build-dep python3
>
>which did something on Glenn's machine, but did not enable him to build the
>optional packages.  So the question is, what should we put in the devguide as
>the correct build-dep to install?  Is it build-dep for the same version as
>the system python for that particular system?

I guess I would recommend:

$ sudo apt-get build-dep python3.4

with a fallback to

$ sudo apt-get build-dep python3.3

The drag is if they have a really old version which only has python3.2, or an
even newer future version that has only python3.5.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21215>
_______________________________________


More information about the Python-bugs-list mailing list