Running through this with a second Raspberry Pi, the part
where it links pypy to my home bin directory caused a problem.
Not only did it error because I didn't already have ~/bin created,
but it caused a problem with get-pip.py, somewhere using ~/bin
as it's relative install directory.
Make one step optional and later.
Running through this with a second Raspberry Pi, the part where it links pypy to my home bin directory caused a problem. Not only did it error because I didn't already have
~/bin
created, but it caused a problem with get-pip.py, somewhere using ~/bin as it's relative install directory.