Issues setting up bash autocomplete for Python3 alias
I’ve got an alias for python3, ‘py’ – it’s set up as you might expect in my .bashrc file. alias py=’python3′ complete -F _python py The issue is that complete will only work if I try to complete with the base python command python prior. Here’s an example in the terminal log below: ~/askubuntodemo: ls… Read More Issues setting up bash autocomplete for Python3 alias