Skip to content
Discussion options

You must be logged in to vote

"We always did it before" is not really a useful answer ;) The question is, why you always did it before?

There is no way to tell poetry to install certain dependencies to a choosen location. What you can do, is to create a venv using python's venv module at the desired place (python -m venv <path/to/venv>), activate it manually (source <path/to/venv>/bin/activate) and than run poetry install. Poetry will than use the activated venv to install the dependencies.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@somyarj1637
Comment options

@Secrus
Comment options

@finswimmer
Comment options

Answer selected by somyarj1637
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants