writhing in .bash_profile on Mac

I wanna install sql. In installation process I did :

open -t .bash_profile. But when I wanna write something the error say:

You don’t own the file “.bash_profile” and don’t have permission to write to it.

You can duplicate this document and edit the duplicate. Only the duplicate will include your changes.

when I duplicate a copy is created but new command dose not work.

Note I tried sudo open -t .bash_profile but same problem.

1 Answer

This question was answered here.

Just write

sudo chown your_user_name ~/.bash_profile

and try again.

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like