JBakamovic / yavide

Modern C/C++ integrated development environment
GNU General Public License v2.0
1.3k stars 137 forks source link

Gentoo pip --user #59

Closed oscarandrea closed 7 years ago

oscarandrea commented 7 years ago

Gentoo if you use pip installwithout --user will cause an error (see image in the link below) This is to avoid conflicts (if using both portage that pip for python packages), then the package will be installed in the user directory

as described by the wiki gentoo we recommend using --user if you have already used portage to other python packages. I believe enough to add these lines of code to solve the problem. Thank you IMPORTANT NOTE: I entered sudo in the code to do the installation as root, although it is not recommended to use gentoo pip root because many system packages work with python, is at your discretion to decide how to install (also because I have just looked install .sh I do not know the rest of the code) image link: http://imgur.com/lO5pjiS

oscarandrea commented 7 years ago

I'm not sure, would you then instantiated a new variable?

JBakamovic commented 7 years ago

Yes. If you don't feel comfortable enough, I can do the change myself.

JBakamovic commented 7 years ago

Resolved by pull request #60