Usage of "/usr/bin/python" ignores what may be specificied in the current running environment, such as a virtual environment. This change makes the bin/rpkg script aware of which python binary and libraries should be used.
Signed-off-by: Luiz Carvalho lucarval@redhat.com
cc @cqi, @lsedlar
:thumbsup:
Looks good to me.
Pull-Request has been merged by cqi
Usage of "/usr/bin/python" ignores what may be specificied in the
current running environment, such as a virtual environment. This
change makes the bin/rpkg script aware of which python binary
and libraries should be used.
Signed-off-by: Luiz Carvalho lucarval@redhat.com