macOS deprecating scripting language runtimes, including Python, Ruby, and Perl
51–60 of 450 posts
Re: macOS deprecating scripting language runtimes, including Python, Ruby, and Perl
#52This has been a topic brought up internally at Apple many times over the past decade. Glad to see it finally moving forward. Although I see the benefits to having a system-version of these packages.. if you're doing anything serious for production then the environment should be containerized.
Python and pip just being there is a huge advantage for newbies. I really think that part of programming is constantly ignored because all the decision-makers are not newbies.
Re: macOS deprecating scripting language runtimes, including Python, Ruby, and Perl
#53Re: macOS deprecating scripting language runtimes, including Python, Ruby, and Perl
#54Re: macOS deprecating scripting language runtimes, including Python, Ruby, and Perl
#55Fucking finally ! Between this and deprecating Bash [1], I'm glad macOS is dropping all these obsolete packages it's been including (Emacs soon?). Their antiquity mean they're more of a hindrance to proper development than help. Now, if they'd officially endorse one open-source packaging solution as an alternative, I'd be fully satisfied. [1] https://news.ycombinator.com/item?id=20090193
MacPorts has or had semi-official status. It was hosted by macOS Forge, which was an official Apple site that included other projects such as XQuartz. I'm unclear on the current status.
Re: macOS deprecating scripting language runtimes, including Python, Ruby, and Perl
#56This has been a topic brought up internally at Apple many times over the past decade. Glad to see it finally moving forward. Although I see the benefits to having a system-version of these packages.. if you're doing anything serious for production then the environment should be containerized.
Python and pip just being there is a huge advantage for newbies. I really think that part of programming is constantly ignored because all the decision-makers are not newbies.
Re: macOS deprecating scripting language runtimes, including Python, Ruby, and Perl
#57Earlier quoted context omitted.
https://brew.sh
Right... /usr/bin/ruby -e ...
Re: macOS deprecating scripting language runtimes, including Python, Ruby, and Perl
#58Re: macOS deprecating scripting language runtimes, including Python, Ruby, and Perl
#59Earlier quoted context omitted.
Python and pip just being there is a huge advantage for newbies. I really think that part of programming is constantly ignored because all the decision-makers are not newbies.
Learning how to install Python and Pip should be part of the learning process for newbies.
it's not like installing python is any more complicated than any other piece of software that needs to be installed. Windows users have had no choice but to do that for decades.
Re: macOS deprecating scripting language runtimes, including Python, Ruby, and Perl
#60Earlier quoted context omitted.
Python and pip just being there is a huge advantage for newbies. I really think that part of programming is constantly ignored because all the decision-makers are not newbies.
Learning how to install Python and Pip should be part of the learning process for newbies.