Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93505
| From | memilanuk <memilanuk@gmail.com> |
|---|---|
| Subject | Re: installing libraries like numpy scipy matplotlib |
| Date | 2015-07-05 04:26 -0700 |
| References | <44a89c97-38bb-4087-973a-0da56488b824@googlegroups.com> <cvqakgFlt3aU1@mid.uni-berlin.de> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.303.1436095595.3674.python-list@python.org> (permalink) |
On 07/04/2015 07:58 AM, Jens Thoms Toerring wrote: > PIYUSH KUMAR <okkpiyush@gmail.com> wrote: >> I have never used linux in my life.. only windows based computing.. So I >> have problems in installing third party libraries in python. > > It depends. One question is if there's already a ready-for-use > package for the third party library you want to install. If that > is the case then the next question is which distro you're using I could be wrong, but I think the point was that he's not using Linux, while the majority of instructions for getting and using various scientific libraries for Python assume that the user *is* using Linux. One option would be to run Linux from a VM... but another would be to use a 'packaged' version of Python such as Anaconda * or Enthought ** - they come ready to go with all the more popular scientific packages installed. They go to some lengths to address issues of package compatibility and dependencies - something that can be more of a pain on Windows than on Linux. * http://continuum.io/downloads ** https://www.enthought.com/products/epd/ -- Shiny! Let's be bad guys. Reach me @ memilanuk (at) gmail dot com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
installing libraries like numpy scipy matplotlib PIYUSH KUMAR <okkpiyush@gmail.com> - 2015-07-03 21:05 -0700
Re: installing libraries like numpy scipy matplotlib jt@toerring.de (Jens Thoms Toerring) - 2015-07-04 14:58 +0000
Re: installing libraries like numpy scipy matplotlib Terry Reedy <tjreedy@udel.edu> - 2015-07-04 16:29 -0400
Re: installing libraries like numpy scipy matplotlib memilanuk <memilanuk@gmail.com> - 2015-07-05 04:26 -0700
Re: installing libraries like numpy scipy matplotlib jt@toerring.de (Jens Thoms Toerring) - 2015-07-05 12:21 +0000
csiph-web