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 have a package. And as far as I understood, the packages created using poetry when installed create a new separate environment. My problem is that my project is just transitioning to poetry (cause poetry is beautiful and easy). I use pip as a depencdency because my project has to use pip to modify global site-packages. But if poetry installs my package withing a virtual environment then how am I supposed to use global pip. Is there a option to disable behaviour of installing in venv? (I am referring to installations done by other users and not development venvs. I am more than happy with development venvs but not with installation venvs).
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
-
I have a package. And as far as I understood, the packages created using poetry when installed create a new separate environment. My problem is that my project is just transitioning to poetry (cause poetry is beautiful and easy). I use pip as a depencdency because my project has to use pip to modify global site-packages. But if poetry installs my package withing a virtual environment then how am I supposed to use global pip. Is there a option to disable behaviour of installing in venv? (I am referring to installations done by other users and not development venvs. I am more than happy with development venvs but not with installation venvs).
Beta Was this translation helpful? Give feedback.
All reactions