Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(contrib): replace poetry shell with env activate for 2.0 #2381

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kk-src
Copy link
Contributor

@kk-src kk-src commented Jan 23, 2025

In poetry 2.0 [1] the the shell command has been removed and same functionality can be provided by env command [2].

  1. https://python-poetry.org/blog/announcing-poetry-2.0.0
  2. https://python-poetry.org/docs/managing-environments

Please describe the purpose of this pull request.
Fixes documentation to work with poetry 2.0.

How to test

Can be tested by running the updated steps manually.

Have you tested this PR?

Manually tested the updated instructions.

Related issues or PRs
N/A

Is your PR over 500 lines of code?
N/A

Additional context
N/A

In poetry 2.0 [1] the the shell command has been removed and same
functionality can be provided by env command [2].

1. https://python-poetry.org/blog/announcing-poetry-2.0.0
2. https://python-poetry.org/docs/managing-environments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant