For more information about using the conda package manager in Anaconda Prompt(terminal on Linux or macOS), see the conda documentation.
Jun 10, 2019 syeerzy is right, you can install Anaconda in Catalina by the command line installer. If you want to access the documents or desktop folder, you can start the Jupyter notebook from these two folders and you will receive an notification to choose whether to access these folders from Terminal. Stelukutla commented on Aug 25, 2019 Got the same issue.
You can also use the graphical interfaceAnaconda Navigator to install conda packageswith just a few clicks.
Open an Anaconda Prompt (terminal on Linux or macOS) and follow theseinstructions.
Installing a conda package¶
Enter the command:
Installing specific versions of conda packages¶
Include the desired version number or its prefix after the package name:
To specify only a major version, run:
These commands install into the environment that is currently active. Toinstall into a named environment, run:
If the package is specific to a Python version, conda uses the versioninstalled in the current or named environment. For details on versions,dependencies and channels, seeConda FAQ andConda Troubleshooting.
Installing packages on a non-networked (air-gapped) computer¶
To directly install a conda package from your local computer, run:
Conda installs packages into the anaconda/pkgs
directory.
To install a .tar file containing many conda packages, run the following command:
Anaconda Packages For Mac Os Catalina 2016
If conda cannot find the file, try using an absolute path name instead of a relative path name.
Install Anaconda For Mac
Note
Installing packages directly from the file does not resolve dependencies. If your installed package does not work, it may have missing dependencies that need to be resolved manually.