From 9ad192bbd7f0d57da722bad9ccb691818b612dc9 Mon Sep 17 00:00:00 2001 From: Michael Grupp Date: Thu, 9 May 2024 13:15:56 +0200 Subject: [PATCH] Update install_in_virtualenv.md --- doc/install_in_virtualenv.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/install_in_virtualenv.md b/doc/install_in_virtualenv.md index bf349f6..2a9f701 100644 --- a/doc/install_in_virtualenv.md +++ b/doc/install_in_virtualenv.md @@ -72,4 +72,5 @@ rmvirtualenv evaluation ``` ## Tab completion (UNIX / Bash) -Unfortunately, tab command completion with the [argcomplete](https://github.com/kislyuk/argcomplete) might not work immediately in a virtual environment. You might need to install argcomplete outside of your virtualenv and run `activate-global-python-argcomplete` to make it work globally on your machine. + +Run `activate-global-python-argcomplete --user` in your virtual environment, follow the instructions of it and open a new terminal afterwards to use tab command completion via [argcomplete](https://github.com/kislyuk/argcomplete).