Skip to content

Condax (forked)

Condax is inspired by the excellent pipx, and attempts to do something similar, just using conda instead of pip.

This allows you to install any application packaged with conda instead of just the ones written in python.

Quickstart

Installation

> pip install git+https://github.com/yamaton/condax
> condax ensure-path

Usage

Installing an app

condax install gh
gh --help

List installed apps

condax list

Removing tools

condax remove gh

Updating tools

condax update gh

Or all of them at once

condax update --all