You are not logged in.

#1 2012-01-12 05:46:41

genusr
Member
Registered: 2012-01-05
Posts: 21

visual python install

This is the kind of problem that I would normally solve myself, but AAAAHHH, this is due friday and I don't have time to risk it. (Im a very new user)

How can I install visual python with pacman? I tried pacman -S python-vpython, which should work if i understand this page correctly: https://aur.archlinux.org/packages.php?ID=43529

Any help would be awesome! Thanks!

Offline

#2 2012-01-12 05:58:28

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,648

Re: visual python install

genusr wrote:

How can I install visual python with pacman?


You cannot.


That would be because it is not in the repositories recognized by pacman.  The package for which you search is in the Arch User Repository which is for non-official stuff submitted by users.  For security, you must compile these yourself.  It is quite easy, really.  Look at this article on the AUR.

The package you want is here.  Download the Tarbell and follow the AUR article.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2012-01-12 05:59:44

JackH79
Member
From: Australia
Registered: 2009-06-18
Posts: 663
Website

Re: visual python install

This is in the aur which cannot be installed with pacman, but must be compiled.
Got back to the webpage you quoted and download the tarball. Open your terminal, navigate to the tarball, unpack it, change into the directory and type

$ makepkg -si

(the -si means: install dependencies automatically (those that are in the repos) and install the package when finished compiling.)
However, the vpython package has some dependencies of packages in the aur, so you'll have to compile and install them first through above mentioned method.
Hope that helps.
If you need more info, look at the wiki entry (link I provided at the top) and "man makepkg"

Offline

Board footer

Powered by FluxBB