On Linux, specifically Debian Jessie, should I use /usr/bin/python
or should I install another copy in /usr/local/bin
?
I understand that the former is the system version and that it can change when the operating system is updated. This would mean that I can update the version in the latter independently of the OS. As I am already using python 3, I don't see what significant practical difference that would make.
Are there other reasons to use a local
version?
(I know there are ~42 SO questions about how to change between version, but I can't find any about why)