-
Committer:
Andreas Roehler
-
Date:
2012-01-17 16:42:52 UTC
-
Revision ID:
andreas.roehler@online.de-20120117164252-bvysswtkwhr4dcj8
- support local environments like `virtualenv'
M-x `py-install-local-shells' called in a
dired-buffer installs named shells from locally found
executables.
See customizable `py-extensions'. Or install like this:
(py-install-local-shells "MY-PATH/EXECUTABLE")
Alternatively edit/install `py-shell-template', giving
`py-shell-name' the full path incl. executable
If calls to common `py-shell' should use local executable
instead of default system Python set
`py-use-local-default' alongside with
`py-shell-local-path'
see command `py-toggle-local-default-use'