Skip to content

Specify path to Python in settings #331

Description

Hi,

On osx 10.10, I'm trying to use python3.4 with atom (macports install in /opt/local/bin/python3.4) by default, but i cant find a proper way than :

  • cmd+maj+I : command = /opt/local/bin/python3.4, but i need to do that at each launch of atom
    OR
  • set shebang to "#!/usr/bin/env python3.4", modify "python" path to > python3.4 in zsh and edit launchctl to pass vars.
    (Got error when I try to run js code #61 (comment))
    OR
  • set shebang to absolute path of my python3.4 install which make my script less portable.

Can you set an option to specify path to exec interpreter saved once for all ?

Have a nice day.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions