Created
July 6, 2019 07:47
-
-
Save SaschaDittmann/687218eca54f74654e9c83d41937eade to your computer and use it in GitHub Desktop.
Install Archiconda3 (A distribution of conda for 64 bit ARM)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! This really helped!