1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

login script

Discussion in 'Linux - General discussion' started by trippy92, Sep 2, 2007.

  1. trippy92

    trippy92 Regular member

    Joined:
    Mar 8, 2007
    Messages:
    103
    Likes Received:
    0
    Trophy Points:
    26
    right so i am trying to launch psptoolchain so i can start psp developmant when i go into ubuntu linux's terminal type "ls" it lists my program folder psptoolchain in the totorial im usin it says to type "cd psptoolchain" but it says bash: cd psptoolchain: command not found anyone help
     
  2. trippy92

    trippy92 Regular member

    Joined:
    Mar 8, 2007
    Messages:
    103
    Likes Received:
    0
    Trophy Points:
    26
    how do i in ubuntu linux
    Add the following to your login script:

    export PSPDEV=/usr/local/pspdev
    export PATH=$PATH:$PSPDEV/bin
     
  3. deadlove

    deadlove Guest

    Aye.. that's one way to do it. Quite neat too.. well researched. ;-)

    The tutorial meant "cd /psptoolchain" to change into that directory first. As usual with game console guides there is a mistake.. in this case a missing "/"
     
  4. trippy92

    trippy92 Regular member

    Joined:
    Mar 8, 2007
    Messages:
    103
    Likes Received:
    0
    Trophy Points:
    26
    now all i need to know is how to add to my log script
     

Share This Page