[CentralOH] State of Python Deployment

Michael Handler mihandler0 at gmail.com
Tue Mar 6 16:44:07 EST 2018


Another option is pipenv.  Maybe.

I DO NOT have experience using it in an enterprise environment, and I don't
know about its operation on Windows.

Here's a link to a useful article.
<https://opensource.com/article/18/2/why-python-devs-should-use-pipenv?utm_medium=Email&utm_campaign=weekly&sc_cid=701f2000000tyL5AAI>

On Tue, Mar 6, 2018 at 4:21 PM, Zak Kohler <y2k at y2kbugger.com> wrote:

> Does anyone you have any experience/opinion with using any of these,
> specifically in a corporate environment?
>
>
> I need to consider IIS as well as Windows 7/8/10 clients, with potentially
> multiple applications per client with conflicting deps.
>
>
> Are there any other options that I have missed?
>
>
>
> *Dependency Resolvers*
>
> Can be cross platform and correct packages can be pulled regardless of OS
> or bit-ness
>
> *pip + virtualenv*
>
> ·         Would work well pure python deps
>
> ·         QT and other binary deps could be issue
>
> *(mini)conda + conda env*
>
> ·         handles binary deps as well
>
> ·         how to pull package deps from an intranet store?
>
>
>
> *Freezers*
>
> Contains all binary and python deps wrapped up into a single archive.
> Finicky in my experience. Problems with UDF xlwings integration.
>
> *cxfreeze*
>
> *PyInstaller*
>
>
> _______________________________________________
> CentralOH mailing list
> CentralOH at python.org
> https://mail.python.org/mailman/listinfo/centraloh
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/centraloh/attachments/20180306/9b75421e/attachment.html>


More information about the CentralOH mailing list