Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100638
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Installing PyCharm on Windows |
| Date | 2015-12-20 17:46 -0500 |
| Message-ID | <mailman.8.1450651640.2237.python-list@python.org> (permalink) |
| References | (1 earlier) <32971984.pfH099DPo1@PointedEars.de> <d0952394-9dff-4860-9ece-d632422dd3c5@googlegroups.com> <2632865.Kq7QuO2XSa@PointedEars.de> <52076a04-4803-4cd5-b86a-65d8fdc81aea@googlegroups.com> <CAPTjJmrAFS=r+aWawjU6s-W9qGcfX1ebTdzriXiXSL7HDMLNDQ@mail.gmail.com> |
On 12/20/2015 4:54 PM, Chris Angelico wrote: > Want to run CPython 3.6 on Windows? > Go hunt down a compiler, fiddle around with it, and see if > you can get everything to work. No, much easier. Essentially the same steps as below after following the instructions in the devguide to get the 2015 compiler. > Want to run CPython 3.6 on a Debian system? It's probably as simple as: > $ sudo apt-get build-dep python3 I think the equivalent step for windows come later. > $ sudo apt-get install mercurial OK, harder, hunt for Windows hg installer, or TortoiseHg if one likes GUIs front ends as I do. Also get svn. > $ hg clone https://hg.python.org/cpython Essentially same. > $ cd cpython cd cpython/pcbuild > $ make external.bat # for dependencies, which is where svn is needed. I forget command line invocation to build python itself. I use Explorer and doubleclick python?.sln and the file association starts Visual Studio.. There is a windows make.bat for doc building. This all works much better than a few years ago. Many thanks for final tweaks to Zach Ware. > Want to try out that interesting-looking patch off the bug tracker? > Same as the above, plus one little 'patch' command to apply the patch. Ditto for Windows. > I'm not going to force anyone to abandon Windows, but freedom does > benefit even people who don't directly exercise it, so I would still > encourage people to consider a culture of freedom. We have free-as-in-beer Python on Windows *because* people were free, in both senses, to develop it on *nix. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
issues Anna Szaharcsuk <szaharcsuk@googlemail.com> - 2015-12-04 22:44 +0000
Re: issues Paulo da Silva <p_s_d_a_s_i_l_v_a_ns@netcabo.pt> - 2015-12-18 22:19 +0000
Installing PyCharm on Windows (was: issues) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-12-19 19:32 +0100
Re: Installing PyCharm on Windows (was: issues) Josef Pktd <josef.pktd@gmail.com> - 2015-12-19 20:32 -0800
Re: Installing PyCharm on Windows Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-12-20 09:28 +0100
Re: Installing PyCharm on Windows Steven D'Aprano <steve@pearwood.info> - 2015-12-20 20:23 +1100
Re: Installing PyCharm on Windows Chris Angelico <rosuav@gmail.com> - 2015-12-20 20:57 +1100
Re: Installing PyCharm on Windows Josef Pktd <josef.pktd@gmail.com> - 2015-12-20 09:15 -0800
Re: Installing PyCharm on Windows Chris Angelico <rosuav@gmail.com> - 2015-12-21 08:54 +1100
Re: Installing PyCharm on Windows Terry Reedy <tjreedy@udel.edu> - 2015-12-20 17:46 -0500
Re: Installing PyCharm on Windows Chris Angelico <rosuav@gmail.com> - 2015-12-21 10:04 +1100
Re: Installing PyCharm on Windows Erik <python@lucidity.plus.com> - 2015-12-20 21:21 +0000
Re: issues wxjmfauth@gmail.com - 2015-12-20 01:27 -0800
csiph-web