Hi Federico,

I am using the spyder-hg package from the AUR on Arch Linux, and almost
rebuild the package on a daily basis. Why is your build failing, do you
have any useful error messages?
Remember that on Arch Linux the default Python installation is version 3.
So python refers to python3 and python2 to python2. For installing spyder
directly from source for Python 3 would be:
python setup.py install.

Regards,
David


On 10 October 2013 15:21, Carlos Córdoba <[email protected]> wrote:

>  Hi Federico,
>
> If you installed Spyder from source, I guess you ran
>
> python setup.py install
>  to do it. But to install it with Python 3 you need to run
>
> python3 setup.py install
>  If this doesn't work, another thing you can do is to change the default
> interpreter to point to Python 3. For that you have to open
>
> /usr/local/bin/spyder
>  and change its first line to point to it.
>
> Hope this helps,
> Carlos
>
> El 09/10/13 17:21, Federico Barabas escribió:
>
> Hi everyone!
>
>  I use Arch Linux. I installed spyder 2.3.0dev6 from source because
> building from AUR failed for me. It runs fine but it gets into Python 2.7
> mode. How can I use it with Python 3? I know this version supports it.
>
>  thank you,
> Federico
>  --
> You received this message because you are subscribed to the Google Groups
> "spyder" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/spyderlib.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "spyder" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/spyderlib.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to