Why not just require virtualenv (Python 3 comes with the venv module built-in and doesn’t need anything else), automatically make a virtual environment in the working directory (pip should be installed automatically in it and if not, a call to `python -m ensurepip` in the venv fixes that) and use it from the Makefile? Would save the user a lot of hassle. Stuff inside the venv (at least with the venvs created by Py3’s venv) can be directly called like `venv/bin/python -m …` or `.\venv\Scripts\python -m …` without activation. _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
- [ft-devel] Integrating Docwriter into FreeType Nikhil Ramakrishnan
- Re: [ft-devel] Integrating Docwriter into FreeTyp... Werner LEMBERG
- Re: [ft-devel] Integrating Docwriter into Fre... Cosimo Lupo
- Re: [ft-devel] Integrating Docwriter into... Cosimo Lupo
- Re: [ft-devel] Integrating Docwriter ... Cosimo Lupo
- Re: [ft-devel] Integrating Docwriter into... Werner LEMBERG
- Re: [ft-devel] Integrating Docwriter ... Cosimo Lupo
- Re: [ft-devel] Integrating Docwriter ... Nikhil Ramakrishnan
- Re: [ft-devel] Integrating Docwr... Werner LEMBERG
- Re: [ft-devel] Integrating D... Nikolaus Waxweiler
- Re: [ft-devel] Integrati... Werner LEMBERG
- Re: [ft-devel] Integrati... Nikolaus Waxweiler
- Re: [ft-devel] Integrati... Nikhil Ramakrishnan
- Re: [ft-devel] Integrati... Nikolaus Waxweiler
- Re: [ft-devel] Integrati... Werner LEMBERG
- Re: [ft-devel] Integrati... Werner LEMBERG
- Re: [ft-devel] Integrating D... Nikhil Ramakrishnan
- Re: [ft-devel] Integrati... Werner LEMBERG
- Re: [ft-devel] Integrati... Nikolaus Waxweiler
- Re: [ft-devel] Integrati... Werner LEMBERG
