I am using nuclide and nuclide-server for remote development for Python. However, the anaconda / virtualenv envirionment is on the server side. How do I make sure that I am inside the anaconda / virtualenv environment?
For example, do I need to do this:
- source activiate ...blah...
- start the nuclide-server inside the virtualenv
so that I can make sure that the nuclide-server is inside my desired virtualenv?
I suggest creating a shell script on your remote server that should consist of:
After your script is done, it should be somewhere in your $PATH so you could fill the script's name in the Remote Server Command field as shown in the
.