News
Python version with sudo
Written: 15.03.2019 11:54
Written By: Pablo Gil Pereira
Dear students,
Some of you spotted that the Python version running with sudo is not 3.6. For those of you who want to make sure that you run all the code with the same version (which we highly recommend before you submit any of the projects) you can do so by running the command "sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.6 1" and then check that everything was fine with "sudo python -V" and you should get "Python 3.6.3".
Regards,
HON-team