On Tue, 23 Aug 2016 10:36:35 +0100 Paul Moore <[email protected]> wrote: > > I don't see any sign of *anyone* working on a curated distribution for > Windows along the lines of Linux distros or Homebrew. (Unless you > count cross-platform stacks like conda, which IMO are a different > scenario than "system" Python installs).
Under Windows, there isn't much moral difference between a conda install (really a Miniconda or Anaconda install) and a python.org Python install. You can even install Anaconda or Miniconda system-wide. (Miniconda is a minimal install of Python + conda, while Anaconda is a pretty large selection of packages in addition - though not the entire official repo contents, and not counting community packages) Regards Antoine. _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
