-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Documentation does not have PowerShell one-liner to activate virtual environment #6653
Comments
What's wrong with poetry shell? |
Nothing, except it does another thing, and there's bash but not PowerShell one-liner in the docs. |
@avysk what's the use case for it in lieu of |
The idea of this bug was not to discuss relative merits of |
An MR would probably be welcome |
Ah, now I see that you are talking about this page in the documentation https://python-poetry.org/docs/basic-usage/#activating-the-virtual-environment As @dimbleby said: A Pull Request is welcome. The file that needs to be edited is https://github.com/python-poetry/poetry/blob/master/docs/basic-usage.md |
Based on #6653, and closes #6653. Also supersedes and closes #5987. Co-authored-by: Alexey Vyskubov <[email protected]> Co-authored-by: lbr <[email protected]>
Based on and closes #6653. Also supersedes and closes #5987. Co-authored-by: Alexey Vyskubov <[email protected]> Co-authored-by: lbr <[email protected]>
Based on and closes #6653. Also supersedes and closes #5987. Co-authored-by: Alexey Vyskubov <[email protected]> Co-authored-by: lbr <[email protected]>
Based on and closes #6653. Also supersedes and closes #5987. Co-authored-by: Alexey Vyskubov <[email protected]> Co-authored-by: lbr <[email protected]> (cherry picked from commit 2c610de)
Based on and closes #6653. Also supersedes and closes #5987. Co-authored-by: Alexey Vyskubov <[email protected]> Co-authored-by: lbr <[email protected]> (cherry picked from commit 2c610de)
Based on and closes python-poetry#6653. Also supersedes and closes python-poetry#5987. Co-authored-by: Alexey Vyskubov <[email protected]> Co-authored-by: lbr <[email protected]>
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Issue
There is no PowerShell one-liner specified in the documentation to activate the project's virtual environment. The following works:
& ((poetry env info --path) + "\Scripts\activate.ps1")
The text was updated successfully, but these errors were encountered: