I am using Ubuntu 16.10, and I only installed virtualenv using aptitude. After creating a new environment, and listed installed packages using pip freeze I am always getting the output of
pkg-resources==0.0.0
This is causing issues when I try to deploy my Django app to other systems. What am I doing wrong?
Note that I am getting this issue only in Ubuntu and not in other distros that I tried so far.
Thanks for helping me out in advance.