Package Details: anaconda 2024.10.1-1

Git Clone URL: https://aur.archlinux.org/anaconda.git (read-only, click to copy)
Package Base: anaconda
Description: Simplifies package management and deployment of Anaconda
Upstream URL: https://anaconda.com
Licenses: custom
Provides: conda
Submitter: flexiondotorg
Maintainer: carlosal1015 (petronny, AutoUpdateBot)
Last Packager: AutoUpdateBot
Votes: 111
Popularity: 0.25
First Submitted: 2013-06-24 14:51 (UTC)
Last Updated: 2024-10-24 08:33 (UTC)

Dependencies (14)

Required by (1)

Sources (3)

Pinned Comments

mgd commented on 2024-08-08 11:19 (UTC)

I had to set CRYPTOGRAPHY_OPENSSL_NO_LEGACY=true in the environment to start Anaconda. While this is easy to research it might be helpful to add this by default or at least emit a note stating that.

carlosal1015 commented on 2022-09-03 23:07 (UTC) (edited on 2023-07-15 17:00 (UTC) by carlosal1015)

Important note: This is the way how to upgrade.

Suppose that we have this line in ~/.bashrc or ~/.zshrc or etc.

[ -f /opt/anaconda/etc/profile.d/conda.sh ] && source /opt/anaconda/etc/profile.d/conda.sh
  1. Before to upgrade I comment this line.
  2. Upgrade the package as usual.
  3. Uncomment the line.

Changelog: https://docs.anaconda.com/free/anaconda/reference/release-notes

petronny commented on 2020-08-19 10:36 (UTC) (edited on 2023-12-12 12:23 (UTC) by petronny)

This PKGBUILD is tested with extra-x86_64-build.

If you get any problem when build this package, you can try the prebuilt binary from the arch4edu repository. It's also built with extra-x86_64-build.

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16

adamc83 commented on 2013-11-19 23:47 (UTC)

Does anyone actually have this working? @davidovitch's comment is still relevant for me 3 months later, but the package was just updated. Am I missing something obvious?

richli commented on 2013-11-13 21:11 (UTC)

@davidovitch: I think a sed script could rewrite the shebangs for the files in /opt/anaconda/bin/* to point to the proper location. I don't know if there are other things to fix, too.

davidovitch commented on 2013-08-20 21:54 (UTC)

The package doesn't seem to work on my system. The launch scripts for ipython, spyder and others in the anaconda/bin folder all point the build directory of the anaconda python interpreter, and not the package directory.

fiatflux commented on 2013-08-07 14:13 (UTC)

D'oh. Sorry to accidentally flag.

flexiondotorg commented on 2013-07-19 14:40 (UTC)

@semi - Updated as requested.

semi commented on 2013-07-12 10:28 (UTC)

Hi Martin, thanks for packaging this! There's a new version 1.6.1 available with a new checksum: md5sums=('70a1294c01e3ab5925fc52f2603de159')