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


Groups > comp.lang.python > #109374

Re: Python on Windows with linux environment

Path csiph.com!weretis.net!feeder4.news.weretis.net!storethat.news.telefonica.de!feedme.news.telefonica.de!telefonica.de!fu-berlin.de!uni-berlin.de!not-for-mail
From "Eric S. Johansson" <esj@harvee.org>
Newsgroups comp.lang.python
Subject Re: Python on Windows with linux environment
Date Thu, 2 Jun 2016 13:04:45 -0400
Lines 15
Message-ID <mailman.100.1464887634.1839.python-list@python.org> (permalink)
References <f71d80f2-951d-41a6-bf8d-f7494aa5472a@googlegroups.com> <nOudnTeotZu9_M3KnZ2dnUU7-RGdnZ2d@giganews.com> <50ab8154-ac2c-a613-99de-d922e87b65f1@harvee.org>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding 7bit
X-Trace news.uni-berlin.de iLzDNoCrOaw3foSLTGiMkQPDbtExOQ371wEy+AGx21fg==
Return-Path <esj@harvee.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.021
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.05; 'scripts': 0.09; 'subject:Windows': 0.09; 'sucks': 0.09; 'suggestions.': 0.09; 'python': 0.10; 'thu,': 0.15; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'windows': 0.20; 'bit': 0.23; 'written': 0.24; 'header:In-Reply- To:1': 0.24; 'header:User-Agent:1': 0.26; 'installed': 0.26; 'linux': 0.26; 'mostly': 0.27; 'went': 0.28; '(it': 0.29; '-0700,': 0.29; 'window': 0.30; 'windows.': 0.33; 'changing': 0.34; 'could': 0.35; 'but': 0.36; 'there': 0.36; 'to:addr:python- list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'being': 0.37; 'operating': 0.37; 'received:org': 0.37; 'thank': 0.38; 'hi,': 0.38; 'system.': 0.39; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'still': 0.40; 'field': 0.60; 'your': 0.60; 'valuable': 0.61; 'research': 0.62; 'charset:windows-1252': 0.62; 'you.': 0.64; 'python-list': 0.66; 'ali': 0.95
DKIM-Filter OpenDKIM Filter v2.9.2 z.eggo.org 1116F5800FB
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=harvee.org; s=5A244BA4-9B4C-11E4-B3C5-4D2F21081A62; t=1464887088; bh=NgniSwNS8pVj3UHarzI83EiMRju1BC2fRyLXyjHvRg4=; h=Subject:To:From:Message-ID:Date:MIME-Version:Content-Type: Content-Transfer-Encoding; b=RsuHTYsJ0JPMLgAfFmxPugZqWALYeg1nUxHPU2RajyzyDPleSyqSxSjREhgY5cWKj CnQBqfQSUf1fpGq65/1CsgbwtZqHemnIOrUsKJo70HLq3ESTU1PC86HGhTDRZCXIPn QrpExIWBjOhqwP0KnmhiGzBes8nlhn9ExAFTTy6k=
X-Virus-Scanned amavisd-new at harvee.org
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0
In-Reply-To <nOudnTeotZu9_M3KnZ2dnUU7-RGdnZ2d@giganews.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.22
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <50ab8154-ac2c-a613-99de-d922e87b65f1@harvee.org>
X-Mailman-Original-References <f71d80f2-951d-41a6-bf8d-f7494aa5472a@googlegroups.com> <nOudnTeotZu9_M3KnZ2dnUU7-RGdnZ2d@giganews.com>
Xref csiph.com comp.lang.python:109374

Show key headers only | View raw


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.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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