Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

How can I check how many Python versions are installed? [closed]

Writer Matthew Barrera

Is there a single command to show which versions of Python are installed in Ubuntu 14.04?

I know that if I type python --version or python3 --version I'll get the version of either one, but is there a command that will tell me all the versions that are currently installed at once?

Thanks

4

1 Answer

There's a command called whereis which does that for you :

 whereis python