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