Skip to content

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jan 3, 2025

Fixes: #85

pipx is installing in the system Python instead of the user’s current python.

@cclauss cclauss changed the title pipx ensurepath fix: pipx ensurepath Jan 3, 2025
@cclauss cclauss changed the title fix: pipx ensurepath fix: pipx install poetry --python $(which python) Jan 3, 2025
@cclauss
Copy link
Contributor Author

cclauss commented Jan 3, 2025

I apologize but I think that #82 was a bad idea. pipx is installing into the system Python but we want it to be installed into the user's python which we seem unable to access. This PR tried:

  • pipx ensurepath
  • pipx install poetry --python $(which python)
  • pipx install poetry --python $(which python3)

But none of them install Poetry into the user's python

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.

v4 of action can no longer find Poetry after installation
1 participant