Great, it works , thanks a lot.

But it has one little defect, after compilation, it reports that nosetests
cannot be found.

So I change your command to "make PYTHON=python3 NOSETESTS=nosetests3",
then it works perfectly :)


On Tue, Aug 5, 2014 at 8:58 PM, Lars Buitinck <[email protected]> wrote:

> 2014-08-05 14:27 GMT+02:00 Frank Dai <[email protected]>:
> > I want to compile scikit-learn under python 3.4, the following commands
> are
> > what I'm doing:
> >
> > alias python=python3
>
> Aliases only work in your current shell, not in make. Use
>
>     make PYTHON=python3
>
>
> ------------------------------------------------------------------------------
> Infragistics Professional
> Build stunning WinForms apps today!
> Reboot your WinForms applications with our WinForms controls.
> Build a bridge from your legacy apps to the future.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>



-- 
My tech blog: http://www.soulmachine.me
My GitHub: https://github.com/soulmachine
My LinkedIn: http://www.linkedin.com/in/soulmachine/
My Sina Weibo: http://weibo.com/soulmachine
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to