ibeex
Results
12
comments of
ibeex
`/home/myuser/.pyenv/shims/python ./my_command.pyz` works, why is default python detected `#!/usr/share/bash-completion/completions/python3` ?
Hi @lorencarvalho my python setup involves [pyenv](https://github.com/pyenv/pyenv) pyenv manages python versions and virtualenviroments. My local pyton tools like black and shiv are installed in separate virtualenviroments with [pipsi](https://github.com/mitsuhiko/pipsi) this configuration...