python-lambda-local icon indicating copy to clipboard operation
python-lambda-local copied to clipboard

maybe using with pyenv, not recognize where to call python interpreter

Open trombini77 opened this issue 5 months ago • 0 comments

In the following scenario:

  • Ubuntu server 22.04.3 LTS
  • Bash Shell
  • Pyenv 2.3.35-11-g9908daf8

Following python libs installed:

image

When I try to use the python-lambda-local command I get the following error:

-bash: /home/leandro/.local/bin/python-lambda-local: /usr/bin/python3: bad interpreter: No such file or directory

and I´m inside a activate pyenv virtual env running Python 3.11.7

I don´t know how much the tool detect or not if is running in a pyenv virtual environment but if not detect I guess would be a great feature 😃

trombini77 avatar Feb 01 '24 20:02 trombini77