Re: [Mailman-Developers] wrong path to python 3.4 while installing mailman 3
On 04/17/2015 11:24 AM, Danil Smirnov wrote:
But I've got the same error again:
Installing mailman. The executable /usr/bin/python3.4 (from --python=/usr/bin/python3.4) does not exist /tmp/tmplM1FLA/run: line 2: /usr/local/src/mailman-bundler/venv-3.4/bin/pip: Нет такого файла или каталога While: Installing mailman.
I wonder don't I need to do
ln -s /usr/local/bin/python3.4 /usr/bin/python3.4
as the error says?
That will probably get around this, but I don't think it should be necessary.
At this point, I suspect you haven't activated the venv that you had active when you started. (Every time you start a new shell, you have to activate the venv for that shell.)
Note also that the document at <http://mailman-bundler.readthedocs.org/en/latest/> is NOT the latest. I suggest you remove your mailman-bundler branch and get the latest with 'bzr branch lp:mailman-bundler' (or maybe just update yours with 'bzr pull' and remove the venv and venv-3.4 directories), and follow the README.rst in the latest rev.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
2015-04-17 22:00 GMT+03:00 Mark Sapiro <mark@msapiro.net>:
At this point, I suspect you haven't activated the venv that you had active when you started. (Every time you start a new shell, you have to activate the venv for that shell.)
I am still on the same shell that when I started. My prompt looks like: (venv)[root@host mailman-bundler]#
I suggest you remove your mailman-bundler branch and get the latest with 'bzr branch lp:mailman-bundler'
I've got this branch TODAY so I think it's latest.
So, does it mean that there is no way to install Mailman 3 using manual mentioned?
Danil
2015-04-17 22:00 GMT+03:00 Mark Sapiro <mark@msapiro.net>:
pull' and remove the venv and venv-3.4 directories), and follow the README.rst in the latest rev.
I've checked the file and found that it offers the same installation instructions before my error stop than http://mailman-bundler.readthedocs.org/en/latest/
D.
participants (2)
-
Danil Smirnov -
Mark Sapiro