However if your system is still running, it is nothing critical.
I am not very confident with portage but I think that the default procedure is to set your python version using:
- Code: Select all
eselect python
the the new version.
In this stage both the new version of python and the old version of python have to be installed, otherwise your system will blow
then run:
- Code: Select all
python-updater
(if you want to just see a preview use the -p argument)
if python-updater complains about some package, be sure to re-emerge it manually to be sure that everything is fine.
Now use emerge world, emerge <whatever> world.
If all is fine, you can now unmerge the old python version.
sabayonino wrote:Don't run any programs as root
use sudo or gksu/ kdesu as user to run them
Actually with gksu/kdesu or sudo, you are running applications as root, sudo is discouraged in Sabayon, you should use su in its place (even if this is not mandatory), to execute correctly a GUI application as root using su, you have to run:
- Code: Select all
su -
the man pages explain the difference between this and a simple su, without any argument.
However for these applications, using gksu or kdesu, according to your Desktop Environment, is the recommended way.
