We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Doesn't work:
poetry run --directory={path} python file.py
Works:
poetry run --directory {path} python file.py
See comment by @Agalin in python-poetry/poetry#7507 (comment)
See python-poetry/poetry#9623
Yes, use --directory {path} instead of --directory={path}
--directory {path}
--directory={path}
pipx
Ubuntu 22
1.8.3
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Doesn't work:
Works:
See comment by @Agalin in python-poetry/poetry#7507 (comment)
See python-poetry/poetry#9623
Workarounds
Yes, use
--directory {path}
instead of--directory={path}
Poetry Installation Method
pipx
Operating System
Ubuntu 22
Poetry Version
1.8.3
Poetry Configuration
No response
Python Sysconfig
No response
Example pyproject.toml
No response
Poetry Runtime Logs
No response
The text was updated successfully, but these errors were encountered: