Thanks it works now!.

I have one more question regarding virtual environment. If I use virtual
environment then how can I use scikit, since if I follow the steps as
mentioned above ,it installs the packages in

/usr/local/Cellar/. Even though I activate virtual environment but

brew install numpy installs it in  /usr/local/Cellar/ and not my virtual
environment.

If I do pip install numpy , then it installs in my virtual environment in
the directory

/Users/user_name/.virtualenvs/virtual_env_name/lib/python2.7/site-packages/numpy
.

Is there a way to install numpy, scipy and scikit-learn in virtual
environment .


Thanks,

Amita





On Thu, Aug 28, 2014 at 4:32 AM, Lars Buitinck <[email protected]> wrote:

> 2014-08-28 11:51 GMT+02:00 Giuseppe Marco Randazzo <[email protected]>:
> > I write for you and other people that are interested this tutorial. Hope
> > will be helpful and more explicative
> >
> >
> http://gmrand.blogspot.ch/2014/08/howto-install-scipy-scikit-learn-and.html
>
> Given the frequency with which this gets asked/reported, perhaps we
> should include a link to that blog post in our FAQ
> (http://scikit-learn.org/stable/faq.html)?
>
>
> ------------------------------------------------------------------------------
> Slashdot TV.
> Video for Nerds.  Stuff that matters.
> http://tv.slashdot.org/
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to