Skip to content

permission denied issue for installing software in step three: Configuring the shell #332

Answered by ialbert
Yuzhou-Arial asked this question in Q&A

You must be logged in to vote

this sounds like the .bash_profile is not writeable, quite unexpected and normally that should not be set up like that

maybe some other tool you installed before did that and it seems you have ran that tool as sudo so now your .bash_profile is owned by root and not writeable,

you will need to make the file writeable,

try this:

sudo chmod a+w .bash_profile

you will need to enter your password for the command to run

Replies: 1 comment 1 reply

You must be logged in to vote
1 reply
@Yuzhou-Arial

Answer selected by Yuzhou-Arial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants