Cannot edit bash_profile on Mac OsX [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I am using MacOSX Snow Leopard 10.6.8.... I am the only user on this machine and I should be admin. I trying to edit my bash_profile to give it this simple alias: alias server=' open http://localhost:8000 && python -m SimpleHTTPServer' however when I use the terminal and type: vim ~/. bash_profile and paste in