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


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

Re: python 2 to python 3

Started byWilliam Ray Wing <wrw@mac.com>
First post2015-02-25 08:51 -0500
Last post2015-02-25 08:51 -0500
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: python 2 to python 3 William Ray Wing <wrw@mac.com> - 2015-02-25 08:51 -0500

#86404 — Re: python 2 to python 3

FromWilliam Ray Wing <wrw@mac.com>
Date2015-02-25 08:51 -0500
SubjectRe: python 2 to python 3
Message-ID<mailman.19188.1424875897.18130.python-list@python.org>
> On Feb 24, 2015, at 9:55 PM, Audrey McFarlane <bryceodell@icloud.com> wrote:
> 
> I am using Wing101 v.5 and it is using Python2, but I want to make it use Python3 instead because  need Python3 for a uni lab.  How do I change it?
> -- 
> https://mail.python.org/mailman/listinfo/python-list

Assuming you have Python3 installed on your system. The most straightforward way to make Wing use it is to go to the Project menu, select Project Properties, and under the Environment tab, Python Executable, click the custom button, then enter the path to the Python3 executable in the path window.

Have fun,
Bill

[toc] | [standalone]


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


csiph-web