Closed foretspaisibles closed 9 years ago
The preferred way to install python modules, as advertised by the documentation, is to use a software called distutils and it is not clear how to make them interact nicely with BSD Make.
Reference:
Python 2.7 and 3.4 have different views on what is the canonical way to install Python modules — they each favour two distinct tools, one is distutils
the other is pip
.
There is a (lethal) minimal example to base our test on.
Implemented in e2e11f5.
References: