cd ~/Library/Application Support/Sublime Text 3/Packages
mkdir -p User/SublimeREPL/config/Python
cp -p SublimeREPL/config/Python/Main.sublime-menu User/SublimeREPL/config/Python/
Change python executed by cmd via pyenv
"cmd": ["~/.pyenv/shims/python", "-i", "-u"],
Python 3.5.1 |Anaconda 2.5.0 (x86_64)| (default, Dec 7 2015, 11:24:55)
[GCC 4.2.1 (Apple Inc. build 5577)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
Success if the python used is switched
Recommended Posts