foretspaisibles / bsdowl

A highly portable build system targeting modern UNIX systems. Supports C, OCaml, TeX, METAPOST, NOWEB, M4, and more. Based on BSD Make.
http://michipili.github.io/bsdowl/
Other
102 stars 7 forks source link

Install python modules #145

Closed foretspaisibles closed 9 years ago

foretspaisibles commented 10 years ago

References:

foretspaisibles commented 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:

foretspaisibles commented 9 years ago

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.

foretspaisibles commented 9 years ago

There is a (lethal) minimal example to base our test on.

foretspaisibles commented 9 years ago

Implemented in e2e11f5.