Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Problem Using Terminal App on Mac

I’m trying to use an older Mac Mini (2009), using OS X 10.11, to learn Python programming. In addition to installing Python (done without problems) it is necessary to install numerous add on modules. This requires using the Terminal.


The first step is to install Homebrew. Their website has a script to paste into Terminal that is supposed to do the installation. It is:


/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"


However when I use it I get an “Illegal variable name” error message.


Another script from Github that is designed to add Homebrew plus some other things is also failing. It is:


bash <(curl -s https://raw.githubusercontent.com/monfresh/laptop/master/laptop)


It gives a “Missing name for redirect” error message.


I have a feeling something is amiss with my Mini or with the Terminal program as no one else seems to be having any issues. I’m not sure where to start to troubleshoot this problem. Any suggestions will be greatly appreciated.


Dan

User uploaded file

Mac mini, iOS 10, iOS 10.11.6

Posted on Mar 9, 2018 10:34 AM

Reply
Question marked as Best reply

Posted on Mar 9, 2018 2:00 PM

Thank you VikingOSX. Changing shell to bash per your instructions did the trick. The Homebrew script now works.


BTW I didn't need Homebrew to load the latest version of Python (3.6). That was no problem. I needed it for other stuff like Pygames etc.


Thanks again,


Dan

Similar questions

6 replies

There are no replies.

Problem Using Terminal App on Mac

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.