LukeVassallo
Posts: 2
Joined: Fri Apr 25, 2014 8:38 am

Phyton

Fri Apr 25, 2014 8:42 am

Hi guys,

I hope I am posting in the right section, because this is my first post here. I am running a raspberry pi with Arch Linux 3.10.25-1. I want to install phyton but I have no idea how. I looked a bit around on the internet but I didn't find a guide to do this. Any tips would be great.

Cheers

natlampen
Posts: 4
Joined: Sun Apr 13, 2014 12:13 pm

Re: Phyton

Fri Apr 25, 2014 9:01 am

You are talking about python? And as far as i recall it is preinstalled, if not you can install it using

Code: Select all

sudo pacman -Sy python

LukeVassallo
Posts: 2
Joined: Fri Apr 25, 2014 8:38 am

Re: Phyton

Fri Apr 25, 2014 9:23 am

when I ran that code I got this:

-bash: sudo: command not found

I even tried running it logged in as root, but the sudo basically give you root privileges right ?

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26716
Joined: Sat Jul 30, 2011 7:41 pm

Re: Phyton

Fri Apr 25, 2014 9:35 am

Why are you using Arch? It seems from your posts that Raspbian may be a better bet.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

User avatar
paddyg
Posts: 2555
Joined: Sat Jan 28, 2012 11:57 am
Location: UK

Re: Phyton

Fri Apr 25, 2014 9:36 am

Hi

Have you set up Arch as per the instructions here http://elinux.org/ArchLinux_Install_Guide
If you log on as root then you don't need to use sudo but if you have created a general purpose user you need to install sudo before you can use it. There were one or two bothersome things when I did it following these instructions, unfortunately I can't remember what they were. I put some instructions here http://pi3d.github.io/html/FAQ.html near the bottom where I talk about setting up with Arch (and I explains how to load various other packages as well.)
also https://groups.google.com/forum/?hl=en-GB&fromgroups=#!forum/pi3d

User avatar
paddyg
Posts: 2555
Joined: Sat Jan 28, 2012 11:57 am
Location: UK

Re: Phyton

Fri Apr 25, 2014 9:44 am

@jamesh, what happened to the 'slim raspbian' project. If there was an option to download raspbian without the rubbish I'm sure it would get lots of takers. We're getting to the stage where the standard specification will be a 16GB card and four hours to download and burn it.
also https://groups.google.com/forum/?hl=en-GB&fromgroups=#!forum/pi3d

Aydan
Posts: 729
Joined: Fri Apr 13, 2012 11:48 am
Location: Germany, near Lake Constance

Re: Phyton

Fri Apr 25, 2014 11:33 am

paddyg wrote:@jamesh, what happened to the 'slim raspbian' project. If there was an option to download raspbian without the rubbish I'm sure it would get lots of takers. We're getting to the stage where the standard specification will be a 16GB card and four hours to download and burn it.
I don't know what you're talking about. The naked Raspbian Image is about 2GB and runs off a 4GB card.

User avatar
paddyg
Posts: 2555
Joined: Sat Jan 28, 2012 11:57 am
Location: UK

Re: Phyton

Fri Apr 25, 2014 12:40 pm

http://www.raspberrypi.org/forums/viewt ... an#p518332
(which actually answers my question, though there could be an officialisation of that)

Well, at risk of confusing the OP by diverting his thread (though it slightly relevant).. There are lots of occasions where someone intends to use the raspberry pi for a specific purpose: a robot brain, flight simulator, greenhouse monitor, twitter server, etc etc so these are the people who might use Arch, it's much faster to boot and an compressed SD image is a reasonable size to make available for other people to download.
also https://groups.google.com/forum/?hl=en-GB&fromgroups=#!forum/pi3d

Return to “Arch”