Well I currently have as main version python 3.6. I still wish to use this version as main python3
version. However next to it I wish to be able to use python 3.5 (for development of scripts used on synology, which has as newest version python 3.5).
I tried installing python 3.5 from apt:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libpython3.5-stdlib' for regex 'python3.5'
Note, selecting 'libpython3.5-minimal' for regex 'python3.5'
0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
However after this python3.5 --version
still returns
Command 'python3.5' not found, did you mean:
command 'python3.6' from deb python3.6-minimal
command 'python3.7' from deb python3.7-minimal
I also cannot find any trace in /usr/bin
of said installation (or previous version). If I search my computer for python3.5
I do find a lot of folders, though mostly under /snap/core/
I also know that I did have python3.5 installed at one point, and upgraded it later.