Skip to content

Instantly share code, notes, and snippets.

View QuanchaoSong's full-sized avatar

Quanchao Song QuanchaoSong

View GitHub Profile
@QuanchaoSong
QuanchaoSong / Using 'conda-forge' channel only.md
Last active November 28, 2023 11:46
GSI-Internship-QuanchaoSong

Using 'conda-forge' channel only

Date: 2023-02-21

Problem

For some reason, we can't use anaconda or miniconda in a normal way anymore, otherwise our purse will get hurt. Normally, we download python packages from anaconda's defaults channel, which is maintained by anaconda's official team. Now we need to stop downloading from the "defaults" channel. Instead, we have to turn to "conda-forge" channel.

@QuanchaoSong
QuanchaoSong / A basic introduction to 'micromamba'.md
Last active March 10, 2024 15:33
GSI-Internship-QuanchaoSong

A basic introduction to 'micromamba'

Date: 2023-03-27

Introduction

micromamba is a lightweight-version of mamba, which is written purely in C++.

micromamba will maintain a individual folder under home directory: ~/micromamba/. All its created environments & downloaded packages are stored there.