|
|
|
|
|
by rbanffy
1810 days ago
|
|
> Is this much worse than downloading some installer and running it? Yes. You should inspect what you download. Also, you should probably use the Python interpreters provided by your Linux distro, that stay in directories you usually can't write to and come in signed packages. On a Mac, the next best thing would be MacPorts. |
|
The article specificially goes into why not to do it.
> pyenv allows us to set up any version of Python as a global Python interpreter but we are not going to do that. There can be some scripts or other programs that rely on the default interpreter, so we don’t want to mess that up.