Should we "officially" recommend pipx for non-installer users? #1985
carlosperate
started this conversation in
Ideas & New Features
Replies: 1 comment
-
I'm fine with that. (I've never used it but from your description it seems like a good solution) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the user tracker I've been personally recommending to use pipx to install Mu in cases where the users encountered issues installing it in the system Python installation.
https://pypa.github.io/pipx/
pipx automatically installs Python applications in their own isolated virtual environment, and adds the executable to the PATH so that it can be easily launched like any other app. So it makes it really easy to install Mu in a way that is also easy to launch:
And then:
Rather than the more advanced way of:
And then every time you want to use it
Does anybody have any reservations to add it to the "Install with Python" instructions as an alternative to using a "normal" virtual environment?
https://codewith.mu/en/howto/1.1/install_with_python
Beta Was this translation helpful? Give feedback.
All reactions