Poetry vs npm #3540
-
|
I'm a little bit confused. Does this lib actually install dependencies like npm does? Or I have to install with pip? Also it doesn't raise errors when I but that doesn't help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I figured it out 😂 |
Beta Was this translation helpful? Give feedback.
I figured it out 😂
Edit:
My solution - Run
poetry env use pythonin the project directory. Given that you have apoetry.tomlfile,.venvfolder will be created in the same directory. That's where all installations will go.