Question
Does Python have to be installed manually on Ubuntu 14.04
I have recently provisioned a new Ubuntu 14.04 server. I am trying to set this up as a hands off ansible managed server. However, I am having to install python after provisioning. Requiring me to log in manually to each server and install python every time.
I thought python was installed by default on Ubuntu, did this change?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×