pythonbrew icon indicating copy to clipboard operation
pythonbrew copied to clipboard

sudopybrew command needs env

Open six8 opened this issue 13 years ago • 3 comments

the sudopybrew command is currently

sudo PYTHONBREW_ROOT=/usr/local/pythonbrew PATH=/usr/local/pythonbrew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games /usr/local/pythonbrew/bin/pythonbrew

it should be:

sudo env PYTHONBREW_ROOT...

six8 avatar May 02 '12 09:05 six8

This issue is probably related to the problem I came here to talk about, so I'll post a pastebin of a terminal session reproducing it: http://pastebin.com/3AGnp1En

gregkrsak avatar Oct 13 '12 22:10 gregkrsak

Same problem as gregkrsak

christianpbrink avatar Oct 26 '12 13:10 christianpbrink

Yep I've got the same problem! Worrying that the issue has been open for 6 months.

mwaterfall avatar Oct 26 '12 14:10 mwaterfall