From: Lonnie A. <li...@lo...> - 2021-02-04 13:17:07
|
> On Feb 3, 2021, at 11:47 PM, Doron Keller <dor...@gm...> wrote: > > Hello and please excuse the newby question, I stumbled on this project accidentally and it seems to be everything I was looking for. > > Is it possible to get python and/or a package manager on the system? I saw there is perl but python could save me much development time. Hi Doron, Thanks for reaching out. AstLinux does not natively support python in our efficient 60 MB compressed image. We do offer: bash, php, perl (limited modules), lua (version 5.1) Alternatively, AstLinux does support LXC containers: https://doc.astlinux-project.org/userdoc:guest_lxc_container_main As such, you could create a Debian LXC, and install python. Not sure what you are trying to do, but if network communication to your python LXC work for you, that may be a possible solution. Lonnie |