I am currently working on a project with python 3.8.6. However, I want to change python's version that I am using to 3.5.3. How can I do this? I'm on a Mac.
I have tried installing python 3.5.3 with the installer from the python downloads website but after it installs and I run python3.5 on my shell, it says
zsh: killed python3.5
If I run python3.8
on the shell, it works, but I want the 3.5 version so I can then get the sys.executable
to then change the path in Wing.
I've also tried pyenv with homebrew but it fails when it tries to install. It says
BUILD FAILED (OS X 11.0.1 using python-build 20180424)
What can I do?