Saturday 11 August 2018

Ubuntu: Check Different Python Versions Installed / Available

This is taken from the following link

To see all version of python available, run the following command in the terminal:

$ compgen -c python
 
 
 

No comments:

Post a Comment