3

I need to use Python 3.5 instead of 2.7. But I cannot find any 'run options' or 'interpreter configurations' in Atom. My current interpreter is Python 2.7 in '/Library/Frameworks/Python.framework/Versions/2.7/bin/python'. I have installed 3.5 which is in '/Library/Frameworks/Python.framework/Versions/3.5/bin/python'. Besides, I am using Mac OSX.

Thanks in advance!

6
  • Just curious, what package are you using that would require a Python interpreter? Commented May 5, 2016 at 21:05
  • What if you add the PATH of the desired Python version to Configure / Run / Options? Commented May 5, 2016 at 21:10
  • did you installed atom-runner and configured config.cson file ? Commented May 5, 2016 at 21:16
  • Yes, but doesn't work. Commented May 5, 2016 at 21:41
  • stackoverflow.com/a/32066058/2027457 check this solution. Commented May 5, 2016 at 22:04

1 Answer 1

2

Finally, find the solution. In folder of '/Library/Frameworks/Python.framework/Versions/3.5/bin/', python is named as python3.5. So all I need is deleting '3.5' and use 'python' along.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.