Glostas
Glostas

Reputation: 1180

opening Python scripts with spyder

I am using anaconda and spyder as well as MacOS X Yosemite.

How can I make spyder the default program to open python scripts? When I just click on a script it is opened with TextEdit. When I click on open with I cannot choose spyder.

It is bothering to open spyder and then browse to the correct script.

Upvotes: 2

Views: 328

Answers (1)

Marc_Alx
Marc_Alx

Reputation: 1441

Right click on your script -> Get Info -> then 'open with' in the combobox choose 'other' then locate the binary you want. Once you have chosen your binary click on 'change all'

Upvotes: 2

Related Questions