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.
-
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 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::
conda update conda
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
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.2.tar.gz
.
File metadata
- Download URL: conda-app-0.0.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bd0866d9b14c211294a59baf502f28f61a0f018ecf92f9377a37d2e9c52ef2b |
|
MD5 | a5ec212519e652a9750c7a41299440ef |
|
BLAKE2b-256 | 586ab0fd3a8072638386b92b1e7f4d9c43b42d7e3b285b04da9681fe1d34848a |
File details
Details for the file conda_app-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: conda_app-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24f5e126ef26dee5fb1599c7c4cd44117795a8e61247292f92d04813cfaff0ee |
|
MD5 | d9eb3db9d57a3abfc697a5a4ab2327e5 |
|
BLAKE2b-256 | 50d31c07996a3acc4cec9336a6b6c283e39498ddb96b803552117bc935f8791f |