Giter Club home page Giter Club logo

archiconda3-for-arm64-jetson-tx1-tx2's Introduction

Archiconda3 is a distribution of conda for 64-bit ARM platform. Since Archiconda3 is tailored for ARM64 computer (Raspberry Pi, Jetson Devices-Jetson TX1/TX2), the setup process is different from the one with the normal Anaconda. The aim of this repository is to create a conda environment on aarch64.

Set up

Download the installation script and run:

$ wget https://github.com/Archiconda/build-tools/releases/download/0.2.3/Archiconda3-0.2.3-Linux-aarch64.sh
$ bash Archiconda3-0.2.3-Linux-aarch64.sh

Activate installation:

$ source ~/.bashrc

Check the version, if conda is successfully installed, you will see the version info on the terminal:

$ conda --version

How to use

Create conda environment:

$ conda create --name env_name

Create an environment with a specific version of Python:

$ conda create --name env_name python=3.7

Remove an environment:

$ conda env remove -n env_name

Activate the environment:

$ conda activate env_name

Deactivate the environment:

$ conda deactivate

Reference: How To Install Anaconda on Ubuntu 18.04

archiconda3-for-arm64-jetson-tx1-tx2's People

Contributors

rumeysakeskin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.