The above video goes away if you are a member and logged in, so log in now!
|
| |
Would you like to get all the new info from PSX-Scene in your email each day?
| |
|
-
#1
ubuntu terminal login script?!?
ubuntu terminal login script?!? –
09-27-2010,05:42 PM
ok. Im trying to install the ps3 toolchain by oopo on my ubuntu PC and when he says
"Add the following to your login script:
export PS3DEV=/usr/local/ps3dev
export PATH=$PATH:$PS3DEV/bin
export PATH=$PATH:$PS3DEV/ppu/bin
export PATH=$PATH:$PS3DEV/spu/bin"
Where is my login script? I searched and i couldn't find nothing.
I know where it is on Cygwin. But not in terminal
-
09-28-2010,04:29 AM
In your home dir on the ubuntu system you should have a .bashrc, a .profile file or both.
Add these lines to one of those and then start a new terminal window, see if the settings too hold by typing "echo $PS3DEV". If not, you chose badly, try the other one!
-
09-28-2010,05:46 AM

Originally Posted by
Simon66
ok. Im trying to install the ps3 toolchain by oopo on my ubuntu PC and when he says
"Add the following to your login script:
export PS3DEV=/usr/local/ps3dev
export PATH=$PATH:$PS3DEV/bin
export PATH=$PATH:$PS3DEV/ppu/bin
export PATH=$PATH:$PS3DEV/spu/bin"
Where is my login script? I searched and i couldn't find nothing.
I know where it is on Cygwin. But not in terminal
Add those lines to ~/.bashrc.
# nano -w ~/.bashrc
<add lines, CTRL+O to save, ENTER, CTRL+X to exit>
~ means 'home directory'.
-
09-28-2010,12:05 PM

Originally Posted by
chocobo
Add those lines to ~/.bashrc.
# nano -w ~/.bashrc
<add lines, CTRL+O to save, ENTER, CTRL+X to exit>
~ means 'home directory'.
Thanks.. I knew it had to do with bash, but I was thinking that the file was called ".bash_login".... Silly me :P
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|