
rpjday at crashcourse
Nov 5, 2009, 8:12 AM
Post #1 of 2
(59 views)
Permalink
|
|
can i configure IDLE to use python 3.2 on fedora?
|
|
on fedora 11 system, there is no python 3 package so i downloaded and manually installed (svn checkout) python pre-3.2 in /usr/local/bin. works fine, but if i install the python-tools package, "idle" that comes with it is hard-coded(?) to still refer to the officially-installed python-2.6. i see no way to configure idle to use the "python3" executable instead. is there a way? or am i just out of luck? rday -- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA Linux Consulting, Training and Kernel Pedantry. Web page: http://crashcourse.ca Twitter: http://twitter.com/rpjday ======================================================================== -- http://mail.python.org/mailman/listinfo/python-list
|