Which virtual python environment and deployment solution should I use?

I am looking for a solution for a virtual environment for Python applications, and I would like something to comply with these requirements:

  • Windows and Linux
  • works with Python versions x86 / x64
  • easy to use / support
  • Python 2.6-2.7 compatible and preferably even 3.x
  • source control friendly - I want to save packages in SCM.

So far, I have identified virtual-python and zc.buildout , but at least buildout does not support py3. I am not looking for a list of solutions, only the one that you recommend, preferably after you have used more than one.

+3
source share
1

virtualenv, zc.buildout. Virtualenv ; . buildout / , , virtualenv (, Trac).

: Windows, Python 3. , virtualenv, Python 3, zc.buildout, Python 3 (, , ).

+2

Source: https://habr.com/ru/post/1755337/


All Articles