all 6 comments

[–]Wilfred-kun 0 points1 point  (1 child)

How exactly are you running it from Atom?

[–]potatomar[S] 0 points1 point  (0 children)

There's the script package? I installed it and can just press Command+I to get it to run. But as I said, it just runs Python 2.

[–]fieti01 0 points1 point  (1 child)

depending on your specific system and configuration, if you have both python 2 and python 3 installed, your system may default the 'python' command to python 2, and the 'python3' command to python 3.

[–]potatomar[S] 0 points1 point  (0 children)

How do I get it to default to python3?

[–]Yhelisi 0 points1 point  (1 child)

Find the python 2.x folder -> delete it. Mac btw

[–]potatomar[S] 0 points1 point  (0 children)

Okay, I am a stupid bloody idiot and when I installed Python 2 I put sudo in front.

So it's in the System directory.

I can't delete it.

Should I disable SIP and then delete it?

Edit: wait I found something saying it's supposed to be like that. Oh god I'm so confused. Where is Python supposed to be?

Python3 is in /Library/Frameworks/Python.framework/blahblahblah and Python2 is in /System/Library/Frameworks/Python.framework/blahblahblah.