Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #109368
| From | Marc Brooks <marcwbrooks@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Python on Windows with linux environment |
| Date | 2016-06-02 10:10 -0400 |
| Message-ID | <mailman.95.1464876651.1839.python-list@python.org> (permalink) |
| References | <f71d80f2-951d-41a6-bf8d-f7494aa5472a@googlegroups.com> <CAN+KW4pG442Ss=rxo6i6ko_xomEx8ATyLF6CUmyYsKysa9KQTA@mail.gmail.com> |
Others have mentioned Cygwin or the new subsystem. The other two options a number of Python develops that I work use are to (1) install vmware/virtualbox and run linux in a vm or (2) install the packaged binaries, such as Anaconda from Continuum Analytics. One issue I had when using cygwin was that it was sometimes a bit more annoying to get libraries installed, since it couldn't use any pre-compiled binaries for Windows. I don't know if that's still the case, since this was a few years back and I'm doing my dev work on a mac nowadays. Marc On Thu, Jun 2, 2016 at 7:22 AM, Muhammad Ali <muhammadaliaskari@gmail.com> wrote: > > Hi, > > I use windows regularly, however, I use linux for only my research work at > supercomputer. In my research field (materials science) most of the scripts > are being written in python with linux based system. Could I installed such > linux based python on my window 7? So that I can use those linux based > scripts written in python and I can also write my own scripts/code without > entirely changing my operating system from windows to linux. > > Looking for your valuable suggestions. > > Thank you. > -- > https://mail.python.org/mailman/listinfo/python-list >
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python on Windows with linux environment Muhammad Ali <muhammadaliaskari@gmail.com> - 2016-06-02 04:22 -0700
Re: Python on Windows with linux environment Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2016-06-02 12:37 +0100
RE: Python on Windows with linux environment Deborah Martin <Deborah.Martin@kognitio.com> - 2016-06-02 11:30 +0000
Re: Python on Windows with linux environment Paul Rudin <paul.nospam@rudin.co.uk> - 2016-06-02 13:29 +0100
Re: Python on Windows with linux environment Marc Brooks <marcwbrooks@gmail.com> - 2016-06-02 10:10 -0400
Re: Python on Windows with linux environment Wildman <best_lay@yahoo.com> - 2016-06-02 11:38 -0500
Re: Python on Windows with linux environment "Eric S. Johansson" <esj@harvee.org> - 2016-06-02 13:04 -0400
Re: Python on Windows with linux environment Joel Goldstick <joel.goldstick@gmail.com> - 2016-06-02 14:03 -0400
Re: Python on Windows with linux environment "Eric S. Johansson" <esj@harvee.org> - 2016-06-02 18:27 -0400
Re: Python on Windows with linux environment Muhammad Ali <muhammadaliaskari@gmail.com> - 2016-06-02 21:02 -0700
Re: Python on Windows with linux environment "Eric S. Johansson" <esj@harvee.org> - 2016-06-03 08:27 -0400
csiph-web