Variable: python-shell-virtualenv-root

python-shell-virtualenv-root is a customizable variable defined in python.el.gz.

Value

nil

Documentation

Path to virtualenv root.

This variable, when set to a string, makes the environment to be modified such that shells are started within the specified virtualenv.

Aliases

python-shell-virtualenv-path (obsolete since 25.1)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-shell-virtualenv-root nil
  "Path to virtualenv root.
This variable, when set to a string, makes the environment to be
modified such that shells are started within the specified
virtualenv."
  :type '(choice (const nil) directory))