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


Groups > comp.lang.python > #85975

Re: Python path on windows

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'scripts': 0.03; 'subject:Python': 0.06; 'executable': 0.09; 'variable,': 0.09; 'python': 0.11; 'subject:windows': 0.16; 'url:windows': 0.16; 'windows?': 0.16; 'wrote:': 0.18; 'feb': 0.22; 'email addr:gmail.com&gt;': 0.22; '&gt;': 0.26; 'equivalent': 0.26; 'defined': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'linux': 0.33; 'url:python': 0.33; 'skip:# 10': 0.33; 'received:google.com': 0.35; 'version': 0.36; 'url:org': 0.36; 'skip:& 10': 0.38; 'to:addr:python-list': 0.38; 'rather': 0.38; 'to:addr:python.org': 0.39; 'ensure': 0.60; 'url:3': 0.61; '20,': 0.68; '2015': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=4HTd086KRHzpt2DqPGAX1lr5Hj8WNajjoqzcsDqLUEI=; b=iaQgkpbZtci6oQt4XkYDW0Do6AmZU16qI47aO4gTeQJLyfajrYhxW3tD1SB67Ge/Pe eViH8JhTqn+VXmR4+ZYZrgX6rZNJ8CJrIJMZ9OxX/udW9mG0k8cl0hyVhcokfKqTK+1v VMhrl5Y/1RzFELjPRstgjVFjSlKVrRwO43WloKxp3fjRmG8GHe+BbRbGLFpl1Q3whaGV biDyH7bJ9Mx4hntGYuLMnSP4ke7JL4lEsTJTh0PoTGLMFmc1mNkV6rwBnzyDJZGeVJb/ tmNZUR294ct8OfZccnREz9pU2icwhj1Esarb0dAQUNHfdDcM9cHja0DftnE78raMRdFH BURg==
MIME-Version 1.0
X-Received by 10.68.197.161 with SMTP id iv1mr17171139pbc.147.1424444051609; Fri, 20 Feb 2015 06:54:11 -0800 (PST)
In-Reply-To <f8c8a373-16e9-41c1-9e5b-37003f7a6c70@googlegroups.com>
References <f8c8a373-16e9-41c1-9e5b-37003f7a6c70@googlegroups.com>
Date Fri, 20 Feb 2015 07:54:11 -0700
Subject Re: Python path on windows
From Ian Kelly <ian.g.kelly@gmail.com>
To Python <python-list@python.org>
Content-Type multipart/alternative; boundary=e89a8ff1cac8b2e115050f86390f
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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>
Newsgroups comp.lang.python
Message-ID <mailman.18924.1424444054.18130.python-list@python.org> (permalink)
Lines 34
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1424444054 news.xs4all.nl 2902 [2001:888:2000:d::a6]:60397
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:85975

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Feb 20, 2015 7:46 AM, "loial" <jldunn2000@gmail.com> wrote:
>
> On Linux we use
> #!/usr/bin/env python
>
> At the start of scripts to ensure that the python executable used is the
one defined in the PATH variable, rather than hardcoding a path to the
python executable.
>
> What is the equivalent functionality in Windows?

https://docs.python.org/3/using/windows.html#launcher

Note that while the launcher can be used with any version of Python, it is
only packaged with 3.3+.

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


Thread

Python  path on windows loial <jldunn2000@gmail.com> - 2015-02-20 06:43 -0800
  Re: Python  path on windows Dave Angel <davea@davea.name> - 2015-02-20 09:51 -0500
  Re: Python path on windows Ian Kelly <ian.g.kelly@gmail.com> - 2015-02-20 07:54 -0700
    Re: Python path on windows loial <jldunn2000@gmail.com> - 2015-02-20 07:16 -0800
      Re: Python path on windows Ian Kelly <ian.g.kelly@gmail.com> - 2015-02-20 11:25 -0700
      Re: Python path on windows Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-02-20 18:31 +0000
      Re: Python path on windows Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2015-02-20 21:32 +0100
  Re: Python  path on windows wxjmfauth@gmail.com - 2015-02-20 07:20 -0800
  Re: Python path on windows Gisle Vanem <gvanem@yahoo.no> - 2015-02-21 12:05 +0100
  Re: Python path on windows Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-02-21 12:36 +0000
  Re: Python path on windows Dave Angel <davea@davea.name> - 2015-02-21 09:10 -0500
  Re: Python path on windows Chris Angelico <rosuav@gmail.com> - 2015-02-22 01:40 +1100

csiph-web