How to install Python in Linux (Ubuntu)
Install Python in your respective OS, and check the version
Python in DevOps is also used to automate manual things just like shell scripting.
So,
To install Python in ubuntu,
sudo apt-get install python3.6
Because we have installed python3.6, ther...
madhup.hashnode.dev1 min read