пятница, 28 августа 2009 г.

sudo with default path

Not for a long time I have some troubles with running commands by sudo in Ubuntu.
I found decision and it's very simple:

# you have to add this line to ~/.bashrc

alias sudo='sudo env PATH=$PATH'

# And now it's gonna be alright.

See you.

Комментариев нет: