imrahil / OctoPrint-NavbarTemp

Plugin for OctoPrint - displays temperatures on navbar
GNU Affero General Public License v3.0
44 stars 50 forks source link

Could Only Install As Root #1

Closed eboston closed 9 years ago

eboston commented 9 years ago

The instructions didn't say it, but the only way I could get the plugin installed was by running it as root (sudo pip ...). If I didn't use sudo, it reported...

error: could not create '/usr/local/lib/python2.7/dist-packages/octoprint_navbartemp': Permission denied

Is this a problem with the install or does the instructions need to be update or clarified?

imrahil commented 9 years ago

I copied these instructions from other plugins :) using sudo (root) is standard procedure when you want to install something system-wide. So there is no need to mention about that.

eboston commented 9 years ago

I guess it wasn't clear to me about it being something system wide as everything else directly related to OctoPrint using pip didn't need to be done using root.