Otherwise running python scripts in package post-install scripts get confused in a multitude of ways, for instance:
Traceback (most recent call last):
File "/opt/python/bin/virtualenv", line 8, in
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
Otherwise running python scripts in package post-install scripts get confused in a multitude of ways, for instance: Traceback (most recent call last): File "/opt/python/bin/virtualenv", line 8, in
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources