From 65fbf1cdff316090f404bb65f8c8a54a00551650 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 20 May 2017 13:34:53 +0100 Subject: #563 Use a configurable list of directories for detecting virtualenv paths instead. --- doc/ale-python.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/ale-python.txt') diff --git a/doc/ale-python.txt b/doc/ale-python.txt index 29646714..0a8b7088 100644 --- a/doc/ale-python.txt +++ b/doc/ale-python.txt @@ -2,6 +2,21 @@ ALE Python Integration *ale-python-options* +------------------------------------------------------------------------------- +Global Options + +g:ale_virtualenv_dir_names *g:ale_virtualenv_dir_names* + *b:ale_virtualenv_dir_names* + + Type: |List| + Default: `['.env', 'env', 've', 've-py3', 'virtualenv']` + + A list of directory names to be used when searching upwards from Python + files to discover virtulenv directories with. For directory named `'foo'`, + ALE will search for `'foo/bin/activate'` in all directories on and above + the directory containing the Python file to find virtualenv paths. + + ------------------------------------------------------------------------------- flake8 *ale-python-flake8* -- cgit v1.2.3