Re: [Tutor] Raspberry pi 2 python help

2017-06-13 Thread Mats Wichmann
On 06/13/2017 08:08 AM, DJ VIN Lom wrote: > Can i create a script to have my pi change to a certian directory > automaticlly after booting. I want it to be in a directory so when i ssh > into it its ready and i dont need to spend time to do it. As well i dont > want to carry a keyboard mouse and

Re: [Tutor] Raspberry pi 2 python help

2017-06-13 Thread Alan Gauld via Tutor
On 13/06/17 15:08, DJ VIN Lom wrote: > Can i create a script to have my pi change to a certian directory > automaticlly after booting. You have some serious misconceptions about how the Pi works. The Pi does not have any idea of a "directory" when it boots up. The whole concept of a home

Re: [Tutor] Raspberry pi 2 python help

2017-06-13 Thread Francois Dion
"These are not the scripts you are looking for" More seriously, you want to configure your shell. See the linux documentation project, beginner's guide to bash, chapter 3 in particular: http://tldp.org/LDP/Bash-Beginners-Guide/html/index.html Until you login, your shell doesn't even exists, so

[Tutor] Raspberry pi 2 python help

2017-06-13 Thread DJ VIN Lom
Can i create a script to have my pi change to a certian directory automaticlly after booting. I want it to be in a directory so when i ssh into it its ready and i dont need to spend time to do it. As well i dont want to carry a keyboard mouse and montor