i wanna left windows and i used before kali but i seed garuda linux and i like it but i installed anaconda but i cant open
find-the-command: “conda” is not found locally, searching in repositories…
find-the-command: “conda” may be found in package “chaotic-aur/anaconda”
exec: Failed to execute process ‘/usr/bin/fzf’: the total size of the argument list and exported variables (32
MB) exceeds the OS limit of 2MB. i have this message when i try to open or activate or else
If this is not what you need. Check this Conda wiki page which suggestes to install python-conda from the AUR repository.
That one is not in the Chaotic-AUR, so you have to build it. Use the paru helper:
paru python-conda
Check the displayed PKGBUILD or exit with button Q, the confirm installation.
Please remember that, also for trivial topics, you should always include the output of your garuda-inxi, as requested in the template shown at topic creation.
I installed anaconda for this and post install I received these instructions
Please run
$ source /opt/anaconda/bin/activate root
$ source /opt/anaconda/bin/deactivate root
to activate and deactivate the anaconda enviroment.
As can be seen here
sudo pacman -S anaconda
[sudo] password for siddharth:
resolving dependencies...
looking for conflicting packages...
Package (1) New Version Net Change Download Size
chaotic-aur/anaconda 2023.07.1-1 6122.93 MiB 2342.02 MiB
Total Download Size: 2342.02 MiB
Total Installed Size: 6122.93 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
anaconda-2023.07.1-1-x86_64 2.2 GiB 3.40 MiB/s 10:55 [------------------------------------] 100%
error: failed retrieving file 'anaconda-2023.07.1-1-x86_64.pkg.tar.zst' from cdn-mirror.chaotic.cx : Operationtoo slow. Less than 1 bytes/sec transferred the last 10 seconds
error: failed retrieving file 'anaconda-2023.07.1-1-x86_64.pkg.tar.zst' from geo-mirror.chaotic.cx : HTTP server doesn't seem to support byte ranges. Cannot resume.
error: failed retrieving file 'anaconda-2023.07.1-1-x86_64.pkg.tar.zst' from au-mirror.chaotic.cx : HTTP server doesn't seem to support byte ranges. Cannot resume.
error: failed retrieving file 'anaconda-2023.07.1-1-x86_64.pkg.tar.zst' from au-2-mirror.chaotic.cx : HTTP server doesn't seem to support byte ranges. Cannot resume.
(1/1) checking keys in keyring [------------------------------------] 100%
(1/1) checking package integrity [------------------------------------] 100%
(1/1) loading package files [------------------------------------] 100%
(1/1) checking for file conflicts [------------------------------------] 100%
(1/1) checking available disk space [------------------------------------] 100%
:: Running pre-transaction hooks...
(1/1) Performing snapper pre snapshots for the following configurations...
==> root: 571
:: Processing package changes...
(1/1) installing anaconda [------------------------------------] 100%
Please run
$ source /opt/anaconda/bin/activate root
$ source /opt/anaconda/bin/deactivate root
to activate and deactivate the anaconda enviroment.
Optional dependencies for anaconda
libxau: for Anaconda Navigator support [installed]
libxi: for Anaconda Navigator support [installed]
libxss: for Anaconda Navigator support [installed]
libxtst: for Anaconda Navigator support [installed]
libxcursor: for Anaconda Navigator support [installed]
libxcomposite: for Anaconda Navigator support [installed]
libxdamage: for Anaconda Navigator support [installed]
libxfixes: for Anaconda Navigator support [installed]
libxrandr: for Anaconda Navigator support [installed]
libxrender: for Anaconda Navigator support [installed]
mesa: for Anaconda Navigator support [installed]
alsa-lib: for Anaconda Navigator support [installed]
libglvnd: for Anaconda Navigator support [installed]
xdg-utils: for [installed]
:: Running post-transaction hooks...
(1/7) Arming ConditionNeedsUpdate...
(2/7) Foreign/AUR package notification
rootactions-servicemenu 2.7.3-1
ttf-ms-win11-auto 10.0.22621.525-1
(3/7) Orphaned package notification...
=> No orphans found.
(4/7) Checking for .pacnew and .pacsave files...
.pac* files found:
/etc/default/grub.pacnew
/etc/pacman.d/mirrorlist.pacnew
/etc/ufw/sysctl.conf.pacnew
Please check and merge
(5/7) Updating the desktop file MIME type cache...
(6/7) Performing snapper post snapshots for the following configurations...
==> root: 572
(7/7) Syncing all file systems...
I tried these commands and it seems to work in bash not in fish, so,
bash
to switch to bash shell from default fish shell
source /opt/anaconda/bin/activate root
to activate the command then,
conda
usage: conda [-h] [-V] command ...
conda is a tool for managing and deploying applications, environments and packages.
Options:
positional arguments:
command
clean Remove unused packages and caches.
compare Compare packages between conda environments.
config Modify configuration values in .condarc. This is modeled after the git config command.
Writes to the user .condarc file (/home/siddharth/.condarc) by default. Use the
--show-sources flag to display all identified configuration locations on your
computer.
create Create a new conda environment from a list of specified packages.
info Display information about current conda install.
init Initialize conda for shell interaction.
install Installs a list of packages into a specified conda environment.
list List installed packages in a conda environment.
package Low-level conda package utility. (EXPERIMENTAL)
remove (uninstall)
Remove a list of packages from a specified conda environment. Use `--all` flag to
remove all packages and the environment itself.
rename Renames an existing environment.
run Run an executable in a conda environment.
search Search for packages and display associated information.The input is a MatchSpec, a
query language for conda packages. See examples below.
update (upgrade) Updates conda packages to the latest compatible version.
notices Retrieves latest channel notifications.
options:
-h, --help Show this help message and exit.
-V, --version Show the conda version number and exit.
conda commands available from other packages:
doctor - A subcommand that displays environment health report
conda commands available from other packages (legacy):
build
content-trust
convert
debug
develop
env
index
inspect
metapackage
pack
render
repo
server
skeleton
token
verify