If I'm installing a minium system, like a headless server, I certainly don't want all that extra GUI code executing during my install.
@Pat I'm not saying that command line installers shouldn't exist.
Just that they shouldn't be the only option.
Yeah, for distros that offer a windowing system, that makes sense.
I'm a long-time Unix/Linux user/developer and I work at the command line all the time. I even edit videos from the command line. I just use a desktop for web browsing and some writing. So I guess we just have different perspectives on this.
Hope you get your Python IDE up and going without too much more hassle.
I don't write modern code. I write in awk and bash and perl and such. I work alone and develop for my own purposes only, so I don't have to worry about deployment beyond my own environment and don't have to be compatible with anything else.
I'm a minimalist, so I avoid running anything extra that I don't need that might introduce issues. Fewer lines of code executing on my systems mean less chance of nasty stuff creeping in.
Also, I can run stuff on 20-year-old systems and it runs fast.
@Pat I don't understand the appeal of writing modern code at the command line. Is it just to avoid the pain of an ugly deployment process? Why would you choose that over a fuller-featured IDE in a GUI environment?