I am trying to get pybombs to support installing to a python virtualenv on openSUSE which uses the zypper packager. OS packages are rpms but the naming is a little different so I've had to update a number of recipes.
I've also found that the pip packager always uses elevated privileges. This should prob. be chosen based on the ownership of the pip executable vs the user executing pybombs. This would prevent a sudo pip call in a user virtualenv.Linux linux-xdol 4.7.2-2-default #1 SMP PREEMPT Mon Aug 29 23:57:41 UTC 2016 (8a962cf) x86_64 x86_64 x86_64 GNU/Linux
pip 8.1.2 from /home/jaredd/pyvenvs/pybombs2/
I'm not sure what else could be useful.
Search up from the end for "zypper". The expected behavior would be pybombs would declare wget installed and move on (it is installed). I dug into the code but it has become too abstract to follow easily. For some reason it also seems to defy use in the debugger through ipython.
Any advice is appreciated.
No comments:
Post a Comment