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 <[email protected]> <http://bugs.python.org/issue21215> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
