Hi Antoine,
For this type of thing I use conda environments:
http://conda.pydata.org/docs/using/envs.html

The other thing to keep in mind is that if you're installing from the same
source directory, you'll need to do a clean install each time; i.e. type
``python setup.py clean`` before typing ``python setup.py install``.

Hope that helps,
   Jake

 Jake VanderPlas
 Senior Data Science Fellow
 Director of Research in Physical Sciences
 University of Washington eScience Institute

On Mon, Jan 25, 2016 at 8:23 AM, WENDLINGER Antoine <
antoinewendlin...@gmail.com> wrote:

> Hi everyone,
>
> I am using conda in order to be able to test scikit-learn for different
> python versions.  The problem I have is whenever I build scikit-learn for
> one version of python it messes up the installation of scikit learn for the
> other version, and when I try to run tests I get the "It seems that
> scikit-learn has not been built correctly." error message.
> What do you guys use to be able to test scikit-learn on different python
> versions ?
>
>
> Regards,
>
> Antoine
>
>
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
>
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to