I want to execute a command that requires sudo on the local machine. So, as the documentation suggests, I used a local command, but she was asked to enter a password. How can i avoid this? Is there a place where I can save my local computer password?
local('sudo /etc/init.d/tomcat6 start',capture=True)
source
share