[Mailman-Developers] wrong path to python 3.4 while installing mailman 3

Danil Smirnov danil at smirnov.la
Fri Apr 17 20:03:31 CEST 2015


Are you absolutely sure about renaming?

As I understand I need both Python 2.7 which is /usr/bin/python
and 3.4 which is /usr/local/bin/python3.4
for the Mailman installation.

2015-04-17 21:00 GMT+03:00 Pranjal Yadav <godricglow at gmail.com>:

> Add the following to your ~/.bashrc file:
>
> export PATH=/usr/local/bin:$PATH
>
> Alternatively, you can simply rename /usr/bin/python to /usr/bin/python3.4
> and create a symlink pointing to the new version, e.g.
> ln -s /usr/local/bin/python /usr/bin/python
>
>
>
> On Fri, Apr 17, 2015 at 11:24 PM, Danil Smirnov <danil at smirnov.la> wrote:
>
>> But
>> [root at host ~]# which python3.4
>> /usr/local/bin/python3.4
>>
>>
>> 2015-04-17 20:38 GMT+03:00 Danil Smirnov <danil at smirnov.la>:
>>
>> > Have you meant
>> > [root at host ~]# which python3
>> > /usr/bin/which: no python3 in
>> > (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin)
>> > ?
>> >
>> > 2015-04-17 19:59 GMT+03:00 Pranjal Yadav <godricglow at gmail.com>:
>> >
>> >> Can you check with "where python3" and post the output.
>> >>
>> >> On Fri, Apr 17, 2015 at 9:34 PM, Danil Smirnov <danil at smirnov.la>
>> wrote:
>> >>
>> >>> I'm trying to install Mailman 3 using this manual:
>> >>> http://mailman-bundler.readthedocs.org/en/latest/
>> >>>
>> >>> After step
>> >>> (venv)[root at host src]# pip install zc.buildout
>> >>> (venv)[root at host src]# buildout
>> >>>
>> >>> I've got an error
>> >>> ----
>> >>> Installing mailman.
>> >>> The executable /usr/bin/python3.4 (from --python=/usr/bin/python3.4)
>> does
>> >>> not exist
>> >>> /tmp/tmpuGe9kP/run: line 2:
>> >>> /usr/local/src/mailman-bundler/venv-3.4/bin/pip: File or directory not
>> >>> found
>> >>> While:
>> >>>   Installing mailman.
>> >>> ----
>> >>>
>> >>> I have Python 3.4. in /usr/local/bin directory, not /usr/bin.
>> >>>
>> >>> Please help.
>> >>>
>> >>> Danil
>> >>> _______________________________________________
>> >>> Mailman-Developers mailing list
>> >>> Mailman-Developers at python.org
>> >>> https://mail.python.org/mailman/listinfo/mailman-developers
>> >>> Mailman FAQ: http://wiki.list.org/x/AgA3
>> >>> Searchable Archives:
>> >>> http://www.mail-archive.com/mailman-developers%40python.org/
>> >>> Unsubscribe:
>> >>>
>> https://mail.python.org/mailman/options/mailman-developers/godricglow%40gmail.com
>> >>>
>> >>> Security Policy: http://wiki.list.org/x/QIA9
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >>
>> >> *Pranjal Yadav*
>> >>
>> >> *IIT Kharagpur*
>> >>
>> >
>> >
>> _______________________________________________
>> Mailman-Developers mailing list
>> Mailman-Developers at python.org
>> https://mail.python.org/mailman/listinfo/mailman-developers
>> Mailman FAQ: http://wiki.list.org/x/AgA3
>> Searchable Archives:
>> http://www.mail-archive.com/mailman-developers%40python.org/
>> Unsubscribe:
>> https://mail.python.org/mailman/options/mailman-developers/godricglow%40gmail.com
>>
>> Security Policy: http://wiki.list.org/x/QIA9
>>
>
>
>
> --
>
> *Pranjal Yadav*
>
> *IIT Kharagpur*
>


More information about the Mailman-Developers mailing list