Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #109353 > unrolled thread

Python on Windows with linux environment

Started byMuhammad Ali <muhammadaliaskari@gmail.com>
First post2016-06-02 04:22 -0700
Last post2016-06-03 08:27 -0400
Articles 11 — 8 participants

Back to article view | Back to comp.lang.python


Contents

  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

#109353 — Python on Windows with linux environment

FromMuhammad Ali <muhammadaliaskari@gmail.com>
Date2016-06-02 04:22 -0700
SubjectPython on Windows with linux environment
Message-ID<f71d80f2-951d-41a6-bf8d-f7494aa5472a@googlegroups.com>
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.

[toc] | [next] | [standalone]


#109354

FromOscar Benjamin <oscar.j.benjamin@gmail.com>
Date2016-06-02 12:37 +0100
Message-ID<mailman.86.1464867445.1839.python-list@python.org>
In reply to#109353
On 2 June 2016 at 12:22, Muhammad Ali <muhammadaliaskari@gmail.com> wrote:
> 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.

Python code usually runs the same on Windows as it does on Linux. What
makes you think that you need Linux to run this code?


--
Oscar

[toc] | [prev] | [next] | [standalone]


#109356

FromDeborah Martin <Deborah.Martin@kognitio.com>
Date2016-06-02 11:30 +0000
Message-ID<mailman.87.1464868890.1839.python-list@python.org>
In reply to#109353
Try Cygwin at http://www.cygwin.com

Regards,
Deborah

-----Original Message-----
From: Python-list [mailto:python-list-bounces+deborah.martin=kognitio.com@python.org] On Behalf Of Muhammad Ali
Sent: 02 June 2016 12:23
To: python-list@python.org
Subject: Python on Windows with linux environment


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
This e-mail and any files transmitted with it are strictly confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient, please delete this e-mail immediately. Any unauthorised distribution or copying is strictly prohibited.

Whilst Kognitio endeavours to prevent the transmission of viruses via e-mail, we cannot guarantee that any e-mail or attachment is free from computer viruses and you are strongly advised to undertake your own anti-virus precautions. Kognitio grants no warranties regarding performance, use or quality of any e-mail or attachment and undertakes no liability for loss or damage, howsoever caused.

[toc] | [prev] | [next] | [standalone]


#109363

FromPaul Rudin <paul.nospam@rudin.co.uk>
Date2016-06-02 13:29 +0100
Message-ID<87d1nz4vuh.fsf@rudin.co.uk>
In reply to#109356
Deborah Martin <Deborah.Martin@kognitio.com> writes:

> Try Cygwin at http://www.cygwin.com
>

Or use the new windows subsystem for linux:
https://blogs.windows.com/buildingapps/2016/03/30/run-bash-on-ubuntu-on-windows/

[toc] | [prev] | [next] | [standalone]


#109368

FromMarc Brooks <marcwbrooks@gmail.com>
Date2016-06-02 10:10 -0400
Message-ID<mailman.95.1464876651.1839.python-list@python.org>
In reply to#109353
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
>

[toc] | [prev] | [next] | [standalone]


#109373

FromWildman <best_lay@yahoo.com>
Date2016-06-02 11:38 -0500
Message-ID<nOudnTeotZu9_M3KnZ2dnUU7-RGdnZ2d@giganews.com>
In reply to#109353
On Thu, 02 Jun 2016 04:22:45 -0700, Muhammad Ali 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.

There is coLinux and andLinux.

-- 
<Wildman> GNU/Linux user #557453
The cow died so I don't need your bull!

[toc] | [prev] | [next] | [standalone]


#109374

From"Eric S. Johansson" <esj@harvee.org>
Date2016-06-02 13:04 -0400
Message-ID<mailman.100.1464887634.1839.python-list@python.org>
In reply to#109373
On 6/2/2016 12:38 PM, Wildman via Python-list wrote:
> On Thu, 02 Jun 2016 04:22:45 -0700, Muhammad Ali 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.
> There is coLinux and andLinux.

those are both mostly dead (it seems).  I went the cygwin route.  still
sucks but a bit less than straight windows.

[toc] | [prev] | [next] | [standalone]


#109378

FromJoel Goldstick <joel.goldstick@gmail.com>
Date2016-06-02 14:03 -0400
Message-ID<mailman.102.1464890616.1839.python-list@python.org>
In reply to#109373
On Thu, Jun 2, 2016 at 1:04 PM, Eric S. Johansson <esj@harvee.org> wrote:
> On 6/2/2016 12:38 PM, Wildman via Python-list wrote:
>> On Thu, 02 Jun 2016 04:22:45 -0700, Muhammad Ali 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.
>> There is coLinux and andLinux.
>
> those are both mostly dead (it seems).  I went the cygwin route.  still
> sucks but a bit less than straight windows.
>
> --
> https://mail.python.org/mailman/listinfo/python-list

Although the OP is using Windows 7, according to recent articles,
Ubuntu is teaming with MS for Windows 10 to include a bash shell,
presumably with the package management of Ubuntu (debian), with pip
goodness and virtualenv and virtualenvwrapper.  That route should make
W10 and linux (ubuntu) nearly identical environments to deal with


-- 
Joel Goldstick
http://joelgoldstick.com/blog
http://cc-baseballstats.info/stats/birthdays

[toc] | [prev] | [next] | [standalone]


#109387

From"Eric S. Johansson" <esj@harvee.org>
Date2016-06-02 18:27 -0400
Message-ID<mailman.107.1464906455.1839.python-list@python.org>
In reply to#109373
On 6/2/2016 2:03 PM, Joel Goldstick wrote:
> Although the OP is using Windows 7, according to recent articles,
> Ubuntu is teaming with MS for Windows 10 to include a bash shell,
> presumably with the package management of Ubuntu (debian), with pip
> goodness and virtualenv and virtualenvwrapper.  That route should make
> W10 and linux (ubuntu) nearly identical environments to deal with

had forgotten about that.  it should be released end of july and I am
looking forward to the update! in the meantime, I'm suffering with
cygwin :-)

[toc] | [prev] | [next] | [standalone]


#109399

FromMuhammad Ali <muhammadaliaskari@gmail.com>
Date2016-06-02 21:02 -0700
Message-ID<430b4bf9-e6d9-4368-bbcf-568fdc3c93d7@googlegroups.com>
In reply to#109387
On Friday, June 3, 2016 at 6:27:50 AM UTC+8, Eric S. Johansson wrote:
> On 6/2/2016 2:03 PM, Joel Goldstick wrote:
> > Although the OP is using Windows 7, according to recent articles,
> > Ubuntu is teaming with MS for Windows 10 to include a bash shell,
> > presumably with the package management of Ubuntu (debian), with pip
> > goodness and virtualenv and virtualenvwrapper.  That route should make
> > W10 and linux (ubuntu) nearly identical environments to deal with
> 
> had forgotten about that.  it should be released end of july and I am
> looking forward to the update! in the meantime, I'm suffering with
> cygwin :-)


Please send me the link through which I can get regular updates about this new release.

[toc] | [prev] | [next] | [standalone]


#109408

From"Eric S. Johansson" <esj@harvee.org>
Date2016-06-03 08:27 -0400
Message-ID<mailman.121.1464956854.1839.python-list@python.org>
In reply to#109399
On 6/3/2016 12:02 AM, Muhammad Ali wrote:
> On Friday, June 3, 2016 at 6:27:50 AM UTC+8, Eric S. Johansson wrote:
>> On 6/2/2016 2:03 PM, Joel Goldstick wrote:
>>> Although the OP is using Windows 7, according to recent articles,
>>> Ubuntu is teaming with MS for Windows 10 to include a bash shell,
>>> presumably with the package management of Ubuntu (debian), with pip
>>> goodness and virtualenv and virtualenvwrapper.  That route should make
>>> W10 and linux (ubuntu) nearly identical environments to deal with
>> had forgotten about that.  it should be released end of july and I am
>> looking forward to the update! in the meantime, I'm suffering with
>> cygwin :-)
>
> Please send me the link through which I can get regular updates about this new release.

switch to windows 10 and wait.  MS will cram an update into your machine :-)

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web