Skip to content

Commit

Permalink
Update install_in_virtualenv.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGrupp committed May 9, 2024
1 parent 256b36e commit 9ad192b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/install_in_virtualenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 9ad192b

Please sign in to comment.