how do i force a build with python3 not python2

hi , i have both python2 and python 3 installed, i want to force a build with python 3
i want to use phoenix with python 3 not python 2

thanks

Hi,

ยทยทยท

On 6/20/2015 19:55, christopher rehm wrote:

hi , i have both python2 and python 3 installed, i want to force a build with python 3
i want to use phoenix with python 3 not python 2

just use the appropriate version of pip. On Windows you go to python3\scripts folder, but I think on Linux you can just use pip3.

Obviously you need to install the requirements before that:
http://wiki.wxpython.org/How%20to%20install%20wxPython#Installing_wxPython-Phoenix_using_pip

Werner