Create a customized installer like Anaconda, with Conda

后端 未结 1 1240
别那么骄傲
别那么骄傲 2021-01-27 01:53

I am trying to encapsulate my python environment so it can be used on different maachines. For the purpose I did use pipenv and it works fine.

Now I discovered Anaconda,

相关标签:
1条回答
  • 2021-01-27 02:29

    (conda) constructor

    The description for the package constructor matches your use case almost to the word:

    constructor is a tool which allows constructing an installer for a collection of conda packages. Basically, it creates an Anaconda-like installer consisting of conda packages.

    See the GitHub repo for more details.

    One still needs to build a separate installer per architecture (no noarch support), but the example they provide makes it seem rather straight-forward.

    0 讨论(0)
提交回复
热议问题