all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Matt McClure <matthewlmcclure@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Emacs Remote Python Interpreters
Date: Mon, 4 Jun 2012 16:57:09 -0400	[thread overview]
Message-ID: <CAJELnLGLckNBupErMDyBkM5ZcP9bDM0gzHceZrAjzF-9SjETdw@mail.gmail.com> (raw)

I'd like to use Emacs as my IDE for a Python project as follows:

1. Emacs running on a Mac host machine.
2. Python running on a Linux guest VM.
3. A single copy of the code shared between the host and guest
machines via NFS or VirtualBox shared folder.

Emacs on the host machine would use the guest VM's Python interpreter
for all execution, including code completion and debugging. I imagine
using directory-local variables to configure a remote Python
interpreter and a mapping between the respective host and guest
filesystem path prefixes.

What I'm looking for is pretty similar to [PyCharm's remote python
interpreters][1]. Has anyone built something similar for Emacs, for
Python environments or for any other language? I built a little
[prototype][2], but it's just a toy so far.

[1]: http://www.jetbrains.com/pycharm/webhelp/configuring-remote-python-interpreters.html
[2]: https://github.com/matthewlmcclure/emacs-remote-python

-- 
Matt McClure
http://www.matthewlmcclure.com
http://www.mapmyfitness.com/profile/matthewlmcclure



             reply	other threads:[~2012-06-04 20:57 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-04 20:57 Matt McClure [this message]
2012-06-05  6:26 ` Emacs Remote Python Interpreters Andreas Röhler
2012-06-05  7:45 ` Michael Albinus
2012-06-05 13:18   ` Matt McClure
2012-06-05 16:21     ` Michael Albinus
2012-06-05 18:49       ` Matt McClure
2012-06-06 13:39         ` Michael Albinus
2012-06-06 13:58           ` Michael Albinus
2012-06-06 15:50           ` Matt McClure
2012-06-07 17:02             ` Matt McClure
2012-06-08 10:47               ` Michael Albinus
2012-06-08 13:32                 ` Michael Albinus
2012-06-08 13:36                   ` Matt McClure
2012-06-09 13:12                     ` Matt McClure
2012-06-09 13:49                       ` Michael Albinus
2012-06-11  2:11                         ` Matt McClure
2012-06-11  6:59                           ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJELnLGLckNBupErMDyBkM5ZcP9bDM0gzHceZrAjzF-9SjETdw@mail.gmail.com \
    --to=matthewlmcclure@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.