Code: Select all
/.bash_profile
-bash: /Users/*my username*/.bash_profile: Permission denied
*my*-*name*-ibook-g4:~ *my username*$ -e ~/.bash_profile
-bash: -e: command not foundany ideas?
Code: Select all
/.bash_profile
-bash: /Users/*my username*/.bash_profile: Permission denied
*my*-*name*-ibook-g4:~ *my username*$ -e ~/.bash_profile
-bash: -e: command not foundNo it says "-bash" in his shell output... Try running this macosx:Tipo 61 wrote:Check my reply to your pm...
Also, just thought of this, do you know what your terminal shell is?
It *might* possibly be tcsh, and those commands are for bash, which is why the command might not be found.
Code: Select all
chmod +x ~/.bash_profileCode: Select all
chmod 775 ~/.bash_profileCode: Select all
open -e ~/.bash_profile
Hey yer that'd work, it's just if he has a permissions problem on the .bash_profile file, then other apps would have problems writing to it, which would cause bugs, so modifying the permissions will prevent these bugs *hopefully*Tipo 61 wrote:Ahh, good tips tomhennigan
Could he just use sudo too, instead of modifying permissions?
Code: Select all
/usr/local/bin/svn co svn://svn.adiumx.com/libgaim/trunk adium
I had this trouble. Have you installed Subversion?? I didn't download the one of the Coding Monkeys Website but one a Dev suggested to me. I'll look for the link .MacOSX wrote:Ok, so I'm trying to download the source so I can compile it and use 1.0 SVN. When I try to prepare the SVN *the one from codingmonkeys* I get this:
Code: Select all
/.bash_profile -bash: /Users/*my username*/.bash_profile: Permission denied *my*-*name*-ibook-g4:~ *my username*$ -e ~/.bash_profile -bash: -e: command not found
any ideas?
I deleted Subversion on my Mac and installed this. Do the same and it might help. I downloaded Subversion off the Coding Monkeys website originally but it seems this is differentjl24 wrote:I had this trouble. Have you installed Subversion?? I didn't download the one of the Coding Monkeys Website but one a Dev suggested to me. I'll look for the link .MacOSX wrote:Ok, so I'm trying to download the source so I can compile it and use 1.0 SVN. When I try to prepare the SVN *the one from codingmonkeys* I get this:
Code: Select all
/.bash_profile -bash: /Users/*my username*/.bash_profile: Permission denied *my*-*name*-ibook-g4:~ *my username*$ -e ~/.bash_profile -bash: -e: command not found
any ideas?