poetry-plugin-configurable-venv-location 0.1.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

poetrypluginconfigurablevenvlocation 0.1.0

poetry-plugin-configurable-venv-location
Description
poetry-plugin-configurable-venv-location is a plugin for poetry, the Python packaging and dependency manager. It allows one to specify a different virtual env locaton when using virtualenvs.in-project is set to true.
Installation
Follow poetry's plugin installation instructions, replacing poetry-plugin with poetry-plugin-configurable-venv-location.
Usage
Create a file called .poetry_venv_path in the same folder as your pyproject.toml containing path to your virtual env. e.g.:
/some/path/to/a/.venv

Also set the following config option in poetry:
poetry config virtualenvs.in-project true

Notes
This plugin is a way to workaround poetry limitation #1579.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.