[15:28:28] <lgp171188> I have python-virtualenv package installed on my Debian Jessie system and when I use the latest bootstrap.py and try to run it, I get "pkg_resources.DistributionNotFound: setuptools>=0.7". How to fix this issue?
[16:36:13] <yota> and launch /path/to/virtualenv/python install setup.py
[16:37:10] <lgp171188> Yes, I read a post by Reinout Vanrees on this topic. I downloaded the latest ez_setup.py and installed it into system python (yeah I know it is bad to fiddle with system python which is managed by the package manager). After that I was able to run buildout and use it fine without any issues.