Is it possible using virtualenv to create self sustained deb package for python program. which doesn't need any external dependencies, every dependencies are within deb/rpm package.
Asked
Active
Viewed 41 times
0
-
Look here: [Python pex](https://pex.readthedocs.io/en/stable/whatispex.html) It might be useful. – Slava Nov 04 '16 at 05:46
-
@Slava, it looks quite promising, any idea why it isn't popular ? – Sumit Murari Nov 04 '16 at 07:00