Install Python3 on Linux

The other day, I was working with a client on Comprehensive Database Performance Health Check, during the check, one of the Dev there asked me if I know a way to install Python3 on Linux. As you know my major focus is always on SQL Server, however, I know a little bit about other technology as well. It is very straightforward to install Python3 on Linux.

Install Python3 on Linux python3-800x270

Here is the command you can run to install Python.

 sudo apt-get install python3-pip

Install Python3 on Linux python3

Just as the install is easy, uninstall is equally easy as well. Here is the command to uninstall Python from Linux.

 sudo apt-get remove python3-pip

Well, that’s it for today. Let me know if you work with Python and Linux in your daily routine or not.

Let me know if you are interested to know more about this topic and I will write more blogs as well as create an SQL in Sixty Seconds video.

Here are my few recent videos and I would like to know what is your feedback about them.

Reference: Pinal Dave (http://blog.SQLAuthority.com)

Kali Linux, Linux, Python
Previous Post
SQL SERVER – Change Password at the First Login
Next Post
SQL SERVER – Change Join Type for Query

Related Posts

Leave a Reply