Skip to content

Instantly share code, notes, and snippets.

@SaschaDittmann
Created July 6, 2019 07:47
Show Gist options
  • Select an option

  • Save SaschaDittmann/687218eca54f74654e9c83d41937eade to your computer and use it in GitHub Desktop.

Select an option

Save SaschaDittmann/687218eca54f74654e9c83d41937eade to your computer and use it in GitHub Desktop.
Install Archiconda3 (A distribution of conda for 64 bit ARM)
#!/bin/bash
wget https://github.com/Archiconda/build-tools/releases/download/0.2.3/Archiconda3-0.2.3-Linux-aarch64.sh
chmod +x Archiconda3-0.2.3-Linux-aarch64.sh
./Archiconda3-0.2.3-Linux-aarch64.sh
@geyang
Copy link
Copy Markdown

geyang commented Apr 6, 2021

Thanks! This really helped!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment