When you have both python 2 and python 3 installed, python 3 is installed as python3, so you would say:
python3 install.py -John On Tue, Mar 11, 2014 at 8:32 AM, Rich Shepard <[email protected]>wrote: > The TreeLine tool I use has a new version that requires Python3 > 3.2. I > have both -2.7.5 and -3.3.3 installed. But, when I invoke 'python > install.py' the error message displays that python3 is required. How do I > specify that there is an appropriate version installed? > > Rich > _______________________________________________ > Portland mailing list > [email protected] > https://mail.python.org/mailman/listinfo/portland > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/portland/attachments/20140311/1770a8d2/attachment.html> _______________________________________________ Portland mailing list [email protected] https://mail.python.org/mailman/listinfo/portland
