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
In my project I manage several platforms (Win, Lin, OSX) and create wheels for several python versions.
Looking at this page I got the feeling that poetry will always try to use the python version in my environment.
I usually use different pyenv virtualenv to switch python versions.
This does not seem to be the case ...
Why is my virtualenv not taken into account as the doc seems to suggest ?
Should I systematically use: poetry env use xxxxx ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
In my project I manage several platforms (Win, Lin, OSX) and create wheels for several python versions.
Looking at this page I got the feeling that
poetry
will always try to use the python version in my environment.I usually use different
pyenv
virtualenv to switch python versions.This does not seem to be the case ...
Why is my virtualenv not taken into account as the doc seems to suggest ?
Should I systematically use:
poetry env use xxxxx
?Thanks
Beta Was this translation helpful? Give feedback.
All reactions