I try to install sqlite3 from source by following webfaction guide
but when i try to open ~/.bashrc in a text editor, i get
might i know how to open it so i can export the path? Thank. asked 10 Apr '11, 01:38 devim |
Your error message looks like you've been running this from SSH:
(i.e. trying to execute your .bashrc file). Assuming you have been doing this, could you try:
answered 10 Apr '11, 03:34 David L ♦♦ Thank! the vim ~/.bashrc work, i dont know i was trying to execute your .bashrc file.
(10 Apr '11, 07:51)
devim
|
You can always run the export command manually, which will set the proper path for your current SSH session:
As for editing the .bashrc file - you should have no problems doing this, in general. The error message you are getting suggests that you have some custm permissions on your .bashrc copy that do not allow editing. I'd suggest that you open up a support ticket, so we can look at the exact permissions that you have. answered 10 Apr '11, 02:18 tie Ok, thx, i will open support ticket later.
(10 Apr '11, 03:31)
devim
|