Help installing Meteor OS X

Hey I feel like this is a really dumb question but I’m having trouble installing Meteor. When I run the install command “curl https://install.meteor.com | sh” I’m being asked for a password for my university account. I no longer attend this university and hence the account is not active. I vaguely recall modifying some file so that by default sh would log me into my university account but I can’t remember how to change it back.

Thanks

Try unalias sh .
This command should remove any aliases that you may have created. If this doesn’t work, try which sh Which will tell you where your binary for the sh command is located and you can investigate the script further.

Let me know if this helps!