1

I want to run my python code on a remote environment (I have more cores/RAM etc...) and I have no idea how to do that in SublimeREPL. Do I just update the python_virtualenv_paths?

from:

"python_virtualenv_paths": [
    "~/.virtualenvs",  // virtualenvwrapper
    "~/.venv"  // venv.bash https://github.com/wuub/venv
],

to:

"python_virtualenv_paths": [
    "~/.virtualenvs",  // virtualenvwrapper
    "~/.venv",  // venv.bash https://github.com/wuub/venv
    "ssh my_remote"
],
MattDMo
  • 100,794
  • 21
  • 241
  • 231
user1871528
  • 1,655
  • 3
  • 27
  • 41

0 Answers0