Orange: Install dengan Anaconda Ubuntu 22.04.1

From OnnoWiki
Revision as of 09:43, 7 October 2023 by Onnowpurbo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Install Anaconda

Download dari https://www.anaconda.com/download/ Sebagai user biasa, jalankan (untuk Python3)

cd ~/Downloads/
bash Anaconda3-2023.09-0-Linux-x86_64.sh

Setelah selesai, jalankan

source ~/.bashrc

Install Orange

Sebelum melakukan ini, kita perlu menginstalasi Anaconda.

conda config --add channels conda-forge
conda config --set channel_priority strict
conda create python=3 --yes --name orange3
conda activate orange3
conda install orange3
conda update -n base -c defaults conda

Environment Setup

#
# To activate this environment, use
#
#     $ conda activate orange3
#
# To deactivate an active environment, use
#
#     $ conda deactivate