
I partially disagree*. Since you asked for opinions, I'm simply offering mine.Hu wrote:Yes, you are doing it wrong. Always install via the system package manager, even if that means writing an ebuild for it first.

True, he can use pip. However, any post advocating pip is incomplete without the obligatory warning that running pip as root on Gentoo will, under some circumstances, trash the Python indirection wrapper and turn all Python scripts into Pip. Running pip as an unprivileged user is fine if you are comfortable with their weaker security model.dataking wrote:Emerge dev-python/pip. eix (search) for the portage package(s) you want. Search multiple times with different variations of the python package name. If you still can't find it, use pip to install the package. pip is a package manager in and of itself.
Code: Select all
https://pypi.python.org/pypi/python-vxi11Code: Select all
g-pypi - Create ebuilds from PyPI automatically
g-pypi is a tool for installing Python packages using information from PyPI without having to write an ebuild by hand. You can read more about the tool hereCode: Select all
# sudo emerge -av gpypi Code: Select all
# sudo emerge -av g-pypi

Did you look at "app-portage/g-sorcery and its app-portage/gs-pypi backend"? Sounds like it'd be worth getting that running reliably for everyone.its1louder wrote:The best case scenario would be if something like g-pypi worked, but it didn't happen for me before the egg timer