See title. I'd like to download a compressed package from the Anaconda repository for later installation. How would I use the conda tool to do that?
To install a non-conda package: Activate the environment where you want to put the program: On Windows, in your Anaconda Prompt, run activate myenv . On macOS and Linux, in your terminal window, run conda activate myenv .
Go to Environments tab just below the Home tab and from there we can check what all packages are installed and what is not. It is very easy to install any package through anaconda navigator, simply search the required package, select package and click on apply to install it.
Anaconda is a complete distribution of python and many common packages, created by Continuum Analytics. Conda is the package management tool which was developed for Anaconda. You can use conda without Anaconda, but using Anaconda always involves the conda tool.
Use the --download-only
flag.
$ conda install --help
usage: conda install [-h] [--revision REVISION] [-y] [--dry-run] [-f]
[--file FILE] [--no-deps] [--only-deps] [-m] [-C]
...
--download-only Solve an environment and ensure package caches are
populated, but exit prior to unlinking and linking
packages into the prefix.
...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With