Install applications with conda
Project description
Conda-app
Install isolated applications using conda
conda-app
is a tiny conda
extension (actually a commandline tool using
conda
or mamba
) to install applications in isolated environments. Like
pipx but with conda environments.
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 environments.
-
commands provided by the applications are available system-wide, i.e. even when the associated conda environment is not activated.
-
Installation from the
conda-forge
channel so there is no need for compilation.
Installation of conda-app
pip install conda-app
Example of Mercurial
Mercurial and common extensions (hg-git
and hg-evolve
) can be installed with:
conda-app install mercurial
Then, in a new terminal (on Windows, the "Conda Prompt"), the Mercurial
command hg
should be available so one can try hg version -v
.
This should also work:
$ conda-app list
Installed applications:
['mercurial', 'spyder', 'pandoc']
$ conda-app uninstall pandoc
...
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.4.2.tar.gz
.
File metadata
- Download URL: conda_app-0.4.2.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63af2877343b977baf1196b4ae949a2b1426f760e4ef3b848510b06ce4e4755c |
|
MD5 | b6c521d36103bc497d6138874191e96c |
|
BLAKE2b-256 | daf8900ca7f8a51dc99db8705099dc413de8783ba0738d1907b7bd144c6574d8 |
File details
Details for the file conda_app-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: conda_app-0.4.2-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 335e5e187f8b141a123ddd93ea1e5ba912ca17086507bfcaed99ad0c5dd0d2bb |
|
MD5 | cdf9ca3efa6b98191a05e9b47253c22c |
|
BLAKE2b-256 | bed781f29c41a177f78d4950a3a80fa6b64d257b4dbe5ae3990daf7a62aaca4a |