Installing Julia (language) and Pluto on android using UserLand

time3 yr agoview39 views

Following somewhat this https://rick2047.github.io/Julia-On-phone/

roughly :

Install userland Install Ubuntu Use ssh Login Sudo bash apt-get update apt-get upgrade

Optional install aptitude (helps with dependencies and maintenance ) apt-get install aptitude cd /lib/var/aptitude mv pkgstates.new pkgstates aptitude install julia

or if you dont want to install aptitude do: apt-get install julia

exit julia import Pkgs Pkgs.add("Puto") using Pluto Pluto.run()

then copy the ururl and paste in your favourite browser

Loading comments...