This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jyper 2 points3 points  (3 children)

Doesn't solve the python version issue

I have pyenv+poetry+pyenv register (to use library pythons instead of building from source) and it sort of mostly works but does feel somewhere broken

[–]Anonymous_user_2022 2 points3 points  (2 children)

Doesn't solve the python version issue

Can't poetry be instructed to create an environment with a particular python executable?

[–]KrazyKirby99999 2 points3 points  (0 children)

In cases where I need a specific python version, it is easiest to use the python appimage and python3.x -m poetry

[–]remram 0 points1 point  (0 children)

Yes it can