Install applications with conda
Project description
Install applications using conda
Tiny conda extension (actually a commandline tool using conda) to install applications.
The main advantages are:
-
very simple cross-platform installation commands for Windows, macOS and Linux (and different shells, as bash, fish and zsh).
-
the applications are installed in isolated conda environments.
-
commands provided by the applications are available system-wide, i.e. when the associated conda environment is not activated.
Installation of conda-app
conda-app needs to be installed in the base
conda environment:
conda activate base
pip install conda-app
Warning
Note that conda-app needs Python >= 3.6, so if your base environment still uses
Python 2.7, you first need to update it with conda update conda
and conda install python=3
.
Example
With the conda-forge channel added (conda config --add channels conda-forge
),
one should be able to install Mercurial (plus few important extensions) with:
conda-app install mercurial
This should also work:
conda-app list
conda-app uninstall mercurial
Open a new terminal (on Windows, the "Conda Prompt") and the Mercurial
command hg
should be available.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file conda-app-0.0.10.tar.gz
.
File metadata
- Download URL: conda-app-0.0.10.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c089246bfe33b872d21ab1572126735a03727eabdc2cf25ddefa85345f31f49 |
|
MD5 | 44347b411b9f64124199c543e1b009b6 |
|
BLAKE2b-256 | 7e55f6c83f94a32ee458d294ea7cccb00d507e8d161b1272fe06b29191d37499 |
File details
Details for the file conda_app-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: conda_app-0.0.10-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08addb645eb47adb9f46d586e4e4c7561afb37bd510d4c74c465fbf4493ae3e3 |
|
MD5 | 448c26f57e5150083cccb646d5a4882c |
|
BLAKE2b-256 | bd3b292c10f291466c4817b6aef0301b06ef971855c844af31e6a62612e71d42 |