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
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.
&
("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
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
> 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
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.