Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Feature Request: config section for python binary #221

Open
LogicException opened this issue Jul 28, 2018 · 1 comment
Open

Feature Request: config section for python binary #221

LogicException opened this issue Jul 28, 2018 · 1 comment

Comments

@LogicException
Copy link

On macOS High Sierra (10.13.6) Python 2.7 is shipped by Apple, which lives in /usr/bin/python.
I've also installed Python 3.7, which lives in "/Library/Frameworks/Python.framework/Versions/3.7/bin/python3".
Path is also set via .bash_profile so I can call python3 directly.

I want to use my Python3.7 installation for running any Robotframework scripts via Sublime.
I use Sublime 3.1.1, Robotframework 3.0.4 with Robotframework-seleniumlibrary 3.1.1.

I specified the "path_to_python" section in user config, but this didn't changed anything.
Build in ST always calls the python, not the python3 command.

I've looked in the Robot.sublime-build file located in sublime-robot-framework-assistant package folder. I changed the cmd argument to python3 and this works for now. But if there is an update of your really cool plugin my changes will be overwritten, right?

Is there any chance to specify not only the path to python binary, but also which command is used?

@aaltat
Copy link
Collaborator

aaltat commented Jul 29, 2018

Would you mind sharing the error you get?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants