Last active
October 22, 2018 11:51
-
-
Save Black-Milk/9361768 to your computer and use it in GitHub Desktop.
Sublime REPL settings for Anaconda distribution of Python. Included are REPL settings for python and ipython running under python 2.7 and python 3.3. Be sure to provide the appropriate path to your Anaconda Python 2.7 and Python 3.3 executables within the lines that start with "cmd" .
Hi, I did all as you mentioned. Either way, I am getting the following error when trying to run python3 from sublime repl
PermissionError(13, 'Permission denied')
Hi amarting,
If you are on Windows then you need to change the path to your Python executable to something like this:
"cmd": ["C:/Anaconda/python.exe", "-i", "-u"],
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Excellent gist, thank you very much