run-ai / genv

GPU environment and cluster management with LLM support
https://www.genv.dev
GNU Affero General Public License v3.0
491 stars 23 forks source link

BUG: sudo pip install genv #68

Open AdaptCharm opened 4 hours ago

AdaptCharm commented 4 hours ago

The documentation page states the following:

Install the container toolkit To use the Genv container toolkit, Genv needs be installed first as root using pip with the following command:

sudo pip install genv

From https://stackoverflow.com/a/33004920:

If there is any tutorial out there which says you should use sudo pip then please file a bug against this package. The author is dis-educating the Python community, as time has proven sudo pip to be a broken practice.

A normal user has no reason to put or write any files there.

AdaptCharm commented 4 hours ago

@davidLif @razrotenberg @EkinKarabulut