- Install bsed
pip3 install --upgrade bsed
- Install argcomplete
pip3 install argcomplete
- Register bsed for autocompletion
echo eval "$(register-python-argcomplete bsed)" >> ~/.bash_profile
- Missing Python3 or Perl. Windows doesn't come with these by default.
- argcomplete for python2 instead of python3
- Activating a conda environment without running
eval "$(register-python-argcomplete bsed)"
afterward