How to install Julia on Android without root

Опубликовано: 20 Март 2026
на канале: Daniel Malafaia
1,287
33

In this video we will check out to install Julia on an Android smartphone or tablet. We will use Ubuntu running trough Userland, a open-source compatibility layer for Android.

The commands used on the video are:
wget https://julialang-s3.julialang.org/bi... --no-check-certificate
tar zxvf julia-1.9.3-linux--aarch64.tar.gz
sudo apt-get install nano
nano ~/.bashrc
export PATH="$PATH:/home/userland/julia-1.9.3/bin