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

fix: pipx install poetry --python $(which python) #86

Closed
wants to merge 3 commits into from

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