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
I am trying to use a pyenv and a pipenv inside the Flatpak Pycharm, just like in the local Pycharm.
First, I configured the base interpreter with the pyenv version from the host :
but I've realized that not even the python console runs properly:
/opt/pyenv/versions/3.8.3/bin/python /app/pycharm/plugins/python-ce/helpers/pydev/pydevconsole.py --mode=client --port=35017
/opt/pyenv/versions/3.8.3/bin/python: error while loading shared libraries: libcrypt.so.2: cannot open shared object file: No such file or directory
Process finished with exit code 127
Hi!
I am trying to use a pyenv and a pipenv inside the Flatpak Pycharm, just like in the local Pycharm.
First, I configured the base interpreter with the pyenv version from the host :
but I've realized that not even the python console runs properly:
and on the host:
The pyenv it's installed in /opt to be shared between users and works fine in user shell and the PyCharm version installed with the Jetbrains Toolbox.
Some system info (Fedora 30):
Is there something I am missing?
Thank you for your work!
The text was updated successfully, but these errors were encountered: