Replies: 3 comments 13 replies
-
Hi @kjcole - thanks for the feedback. Out of interest, which version of Linux are you using and (perhaps more importantly) what version of Python..? I develop Mu on Linux (I've been a Linux user since 1997), so I'm painfully aware how difficult it can be to install packages given the complicated mix of versions, libraries, Pythons and so on. I hear ya..! As you'll know, Linux packaging is in a state of "flux". What with flatpack, snaps, and all the rest, it's not clear which standard will become ubiquitous for the next decade (until someone re-invents packaging again, again). My general rule of thumb is to use the lightest base Linux I like (usually a Debian derivative like Ubuntu) and get the latest Python, then build up from there. Of course, Mu is aimed at beginners for whom "open the console and create a venv" is like a slap in the face. Yet, until packaging settles down, it's hard to suggest something that isn't a pain in the neck in some sense. As someone "in the field", it'd be really helpful for us to hear your thoughts on ways to move forward in this problem space... I think we can both agree that in an ideal world, a beginner Linux user would: a) Visit codewith.mu/download Thoughts..? |
Beta Was this translation helpful? Give feedback.
-
Just for the record... I have installed fresh clean Ubuntu 20.04 LTS yesterday and now I am trying to run mu.
|
Beta Was this translation helpful? Give feedback.
-
All, First attempt at AppImage Linux packaging for the current release of Mu just automatically built available at the bottom of this page. Just tested it on Debian 10:
Wondering if the Linux users here would want to take it for a spin and see if it works for them. :-) |
Beta Was this translation helpful? Give feedback.
-
A few weeks ago, I fought with installing Mu and got it working -- or so I thought. But apparently, my notes were not as thorough as I thought.
So, once again I started with https://codewith.mu/en/howto/1.1/install_with_python and it complained about
black
:But:
looks
>=19.10.b0
...So, I came back to the git repo and tried from that. Eventually, I got it working, but I don't exactly know what I did that made it work.
The point is that someone who runs Linux, but is a new Python user should be able to follow the directions on the Install with Python page -- even if it's not the latest and greatest version of
Mu
and it should just work.Beta Was this translation helpful? Give feedback.
All reactions