Search Criteria
Package Details: python-conda 24.11.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-conda.git (read-only, click to copy) |
---|---|
Package Base: | python-conda |
Description: | OS-agnostic, system-level binary package manager and ecosystem https://conda.io |
Upstream URL: | https://github.com/conda/conda |
Licenses: | BSD-3-Clause |
Provides: | python-conda, python-conda-env |
Submitter: | cyrevolt |
Maintainer: | flying-sheep (brianrobt) |
Last Packager: | brianrobt |
Votes: | 34 |
Popularity: | 0.67 |
First Submitted: | 2016-04-08 07:41 (UTC) |
Last Updated: | 2025-01-10 14:45 (UTC) |
Dependencies (19)
- python (python37AUR, python311AUR, python310AUR)
- python-archspecAUR
- python-boltonsAUR
- python-boto3
- python-botocore (python-botocore-gitAUR)
- python-conda-libmamba-solverAUR
- python-conda-package-handlingAUR
- python-pluggy
- python-pycosat
- python-requests
- python-ruamel-yaml (python-ruamel-yaml-hgAUR)
- python-tqdm
- python-build (make)
- python-hatch-vcs (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- python-pytest (check)
- python-pytest-mock (check)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »
cyrevolt commented on 2018-04-04 08:23 (UTC) (edited on 2018-04-04 08:33 (UTC) by cyrevolt)
Thank you for your suggestions mdeff!
1. I've looked into conda-env, and it is part of the main conda repo, and it is even being installed. I cannot find a
conda-env
executable file though. The README says even that it should be installed into the "base environment" by running:conda install -c conda conda-env
I am not sure how this can be simply added to the package yet.2. I a m not a csh user; I know
setenv
from fish, which appears to be just a compatibility thing and should actually beset -x
, according to https://github.com/fish-shell/fish-shell/issues/2704 - it is the counterpart to bash'sexport
, if I understand correctly. I am using it in the -git version of this package. I need to read more about this.3. Well if we don't use
setenv
/set -x
for zsh and fish, it makes sense to remove theexport
for bash also. It should be the same for all shells. I'll investigate.4. Yup, I'm adding it. I am not sure yet though what the completion actually provides. I tried it out, but
conda bu
for example does not complete in neither shell. I opened a new terminal and even sourced the respective file again.5. Awesome! I should also reach out to upstream to clarify packaging issues. The seemed to prefer the curl pipe sudo bash pattern to avoid/circumvent distro packaging so far. I hope they will be cooperative. :)
mdeff commented on 2018-03-28 17:40 (UTC) (edited on 2018-03-28 17:41 (UTC) by mdeff)
I've spotted some issues with that package:
/usr/bin/conda-env
is not installed. I guess this file (along with/usr/bin/conda
) is generated by the installer. Withoutconda-env
users cannot access theconda env
commands, e.g.conda env export
.setenv
instead ofset
? (installer usessetenv
)export
(the variable can stay private, as done by the installer)_CONDA_EXE
,_CONDA_ROOT
should be set to/
. For fish,set _CONDA_ROOT /
(it is used for auto-completion).conda env
in fish (https://github.com/conda/conda/pull/7101).cyrevolt commented on 2018-02-21 21:18 (UTC)
The issues are now fixed and it works again. :) I tested with bash, fish, and zsh.
You may need to set
pkgs_dirs
in yourcondarc
. To do so, you can use the CLI: https://github.com/conda/conda/blob/caedbbfe37860f3b61466408cc9ae199b3ffe910/CHANGELOG.md#4315-2017-03-20Thanks everyone for helping and enjoy conda! :)
cyrevolt commented on 2018-02-19 00:12 (UTC)
I am sorry for fish users. Version 4.4 changed the shell integration again.
After
conda activate
, you cannot use conda anymore. It will raise the errorImportError: No module named 'conda'
. If anyone has a solution, I'd be happy to know - and everyone else surely. :) To get this to work at all, I had to inject the path to the /usr/bin/conda script into the fish script that has to be sourced. And that one actually reads "# WARNING: Not a real conda entry point. Do not use other than for tests.".cyrevolt commented on 2017-11-24 11:16 (UTC)
cyrevolt commented on 2017-05-07 20:52 (UTC)
cyrevolt commented on 2017-04-26 22:45 (UTC)
ardeaf commented on 2017-04-26 22:34 (UTC) (edited on 2017-04-26 22:35 (UTC) by ardeaf)
confusedfla commented on 2017-01-30 07:57 (UTC)
cyrevolt commented on 2017-01-24 22:49 (UTC)
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »