Re: Install two version of lucene.

2014-10-23 Thread Márk Csaba
Not in runtime. It is much simplier to change a pkg_resources.require line and restart app than changing between virtualenvs. Thank you very much for your help! Regards, Csaba This is living dangerously. Once you have pylucene and jcc loaded into the python VM with their shared libraries, you

Re: Install two version of lucene.

2014-10-22 Thread Andi Vajda
ide me a lucene command to check the version of the loaded > lucene? > > Many thanks, > Csaba > > -Eredeti üzenet- > Feladó: Thomas Koch > Reply-to: pylucene-dev@lucene.apache.org > Címzett: pylucene developers > Tárgy: Re: Install two version of lucene. &

Re: Install two version of lucene.

2014-10-22 Thread Andi Vajda
("lucene==4.10.1") runs smooth. > > Can you provide me a lucene command to check the version of the loaded > lucene? > > Many thanks, > Csaba > > -Eredeti üzenet- > Feladó: Thomas Koch > Reply-to: pylucene-dev@lucene.apache.org > Címzett: pyl

Re: Install two version of lucene.

2014-10-22 Thread Márk Csaba
h Reply-to: pylucene-dev@lucene.apache.org Címzett: pylucene developers Tárgy: Re: Install two version of lucene. Dátum: Wed, 22 Oct 2014 21:27:33 +0200 Hi Caba, you probably have both ‚installed‘ - i.e. both versions are copied into your global python’s site-packages directory, but only one is enabled

Re: Install two version of lucene.

2014-10-22 Thread Andi Vajda
> On Oct 22, 2014, at 20:22, Márk Csaba wrote: > > Hello, > > I'm trying to install 4.9.0 and 4.10.1 to the same python, but pip list shows > only the last one. > How can I install lucene from source not to overwrite or deregister the > previous one? Create python virtualenv setups. This all

Re: Install two version of lucene.

2014-10-22 Thread Thomas Koch
Hi Caba, you probably have both ‚installed‘ - i.e. both versions are copied into your global python’s site-packages directory, but only one is enabled by the installer (pip or easy-install). The ‚active‘ packages are added to the python sys.path - this is typically done in a file ‚easy-install.