Support for python 2.x based projects
From the page http://help.appveyor.com/kb/using-appveyor/software-installed-on-appveyor-build-servers its clear that python 3.3 is installed.
As python 3.3 is not backward compatible with 2.x, the projects using the older python syntax will not work in 3.3 environment.
In that case, would it be feasible to have python 2.x (i.e. 2.7) installed alongside 3.3 on the servers?
We could keep 3.3 as the default python path and if required the custom scripts of specific projects can change this python path to include the 2.x version of it.
Thoughts?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 23 Oct, 2013 08:22 PM
Yeah, why not. If both versions could live side-by-side then OK.
What distro of Python do you need (from this page): Windows Installer or Windows X86-64 Installer?
2 Posted by Vivek Galatage on 23 Oct, 2013 08:30 PM
Wow! I think I have found the genie in AppVeyor! (
http://www.comicbookreligion.com/img/g/e/Genie_of_the_Lamp.jpg) I ask for
something and next thing I know is, its right there. Thanks :)
Windows Installer for 2.7.5 would do good. Would appreciate if you could
share the path in the software-installed kb page.
Support Staff 3 Posted by Feodor Fitsner on 23 Oct, 2013 08:33 PM
:)))
The path is c:\python27
I'm updating documentation...
Feodor Fitsner closed this discussion on 23 Oct, 2013 08:33 PM.