You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{'type': 'result', 'message': 'error', 'payload': {'msg': '"/home/jje/.pyenv/shims/python": not in executable format: file format not recognized'}, 'token': None}
But /home/jje/.pyenv/shims/python is executable, so I'm not sure what the issue is.
But it's not the executable I wanted anyway. I wanted the one from the venv I was calling python -m profilia in. Changing this line got it working the way I needed in my particular case:
I installed this onto a venv ran into this error:
But
/home/jje/.pyenv/shims/python
is executable, so I'm not sure what the issue is.ls /home/jje/.pyenv/shims/python -l # -rwxr-xr-x 1 jje jje 176 Sep 8 22:12 /home/jje/.pyenv/shims/python*
Does it need to be a proper binary?
But it's not the executable I wanted anyway. I wanted the one from the venv I was calling
python -m profilia
in. Changing this line got it working the way I needed in my particular case:The text was updated successfully, but these errors were encountered: