Python all versions lookup code example
Example: Python all versions lookup
$ compgen -c python
python2.7
python3.4m
python3.4
python3m
python
python3
python2
$ compgen -c python
python2.7
python3.4m
python3.4
python3m
python
python3
python2