1

I installed Python 3.7 for my Mac Book Pro and in Wing101 it still uses Python 2.7.. anyone who can help me out?

2 Answers2

1

Check this out: https://github.com/pyenv/pyenv

pyenv lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well.

Quite useful tool for managing different versions of Python on your machine.

Happy Coding! :)

Rushiraj Nenuji
  • 163
  • 1
  • 13
0

In Wing 101, you can set the Python being used in the Configure Python dialog from the Edit menu, by setting the Python Executable. Wing 101 version 6+ should really be finding and using the latest Python installation, although maybe it's installed in a place that it isn't found automatically. Wing version 5 prefers Python 2 because it's fairly old and that made more sense at the time.

Stephan
  • 144
  • 4