-1
I tried to execute the sudo
in python and returned me "bash: sudo: command not found", what’s the problem?
I’m trying to use matplotlib and I’m not getting it, so I tried to install, running:
sudo apt-get build-dep python-matplotlib
My python is 2.7.9, that will be the problem?
That’s right, sudo wasn’t installed. Thank you!
– Klel