Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.
Nabil M edited this page May 2, 2018 · 5 revisions

Creating a new Miniconda tarball

This uses bzip2 compression.

tar -cjf miniconda-distro.tar.gz -C /opt/tools/ miniconda3/

Unzipping:

sudo tar -xjC $install_dir -f miniconda-distro.tar.gz 

Clone this wiki locally