Hi,
Yes, I know I shouldn't be messing up with it in the first place :-(
But I edited ~/.bash_profile
originally the contents where:
change it to:
I was following some instructions for using Python on the mac! Yes, I shoudn't be doing that, especially if I really don't know what is happening :-(
I did this change using pico in the terminal and afterwards I entered the command:
in order to update the shell. That's when the **** hit the fan! Having a little clutter I entered the command (to clear screen):
Guess what happened? Nothing. Upps. I tried to re-edit .bash_profile with pico. Where's pico! It seems I have lost access to some standard shell commands and applications. Any help in getting those back?
Txs for any help,
Miguel
Yes, I know I shouldn't be messing up with it in the first place :-(
But I edited ~/.bash_profile
originally the contents where:
Code:
PATH='/Library/Frameworks/Python.framework/Versions/Current/':$PATH
export PATH
change it to:
Code:
PATH='/Library/Frameworks/Python.framework/Versions/Current/':/usr/bin/local/bin:$PATH
export PATH
I was following some instructions for using Python on the mac! Yes, I shoudn't be doing that, especially if I really don't know what is happening :-(
I did this change using pico in the terminal and afterwards I entered the command:
Code:
.~/.bash_profile
in order to update the shell. That's when the **** hit the fan! Having a little clutter I entered the command (to clear screen):
Code:
clear
Guess what happened? Nothing. Upps. I tried to re-edit .bash_profile with pico. Where's pico! It seems I have lost access to some standard shell commands and applications. Any help in getting those back?
Txs for any help,
Miguel