On 8 May 2015 at 17:54, Rainer Schuetz <[email protected]> wrote: > is there a way to get pip for msys python2? I need to use a package that > depends on a module that is only available in unixy environments (fnctl). I > wonder if that might be useable within msys?
You should just be able to use get-pip.py (see https://pip.pypa.io/en/latest/installing.html) to install pip into the Python 2 environment. Pip is pure Python and bundles all its dependencies, so that should just work. I don't know whether "pip install whatever" will then work - it depends on whether distutils recognises the msys environment and gcc. But pip itself shouldn't be an issue. Paul ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
