You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the FAQ and general documentation and believe that my question is not already covered.
Feature Request
in addition to the already present -p/--path option, add a -e/--execuatble option to return the python executable path.
My use case: I'm starting to use Taskfile and poetry on some projects; these project are developed on both linux and windows;
I would like to avoid having to install tools such as mypy in the virtual environment, since they can be run from the outside (this also allows me to have faster CI, I have set up a custom docker image with all the tools needed).
mypy in particular wants to know the exact path of the python executable to work (passed as --python-executable option), so having a new poetry env info --executable option that outputs the python path would solve my issue in a cross-platform fashion.
The text was updated successfully, but these errors were encountered:
Feature Request
in addition to the already present
-p/--path
option, add a-e/--execuatble
option to return the python executable path.My use case: I'm starting to use Taskfile and poetry on some projects; these project are developed on both linux and windows;
I would like to avoid having to install tools such as mypy in the virtual environment, since they can be run from the outside (this also allows me to have faster CI, I have set up a custom docker image with all the tools needed).
mypy in particular wants to know the exact path of the python executable to work (passed as
--python-executable
option), so having a newpoetry env info --executable
option that outputs the python path would solve my issue in a cross-platform fashion.The text was updated successfully, but these errors were encountered: