klaam icon indicating copy to clipboard operation
klaam copied to clipboard

[bug] conda: command not found

Open egyleader opened this issue 2 years ago • 2 comments

installing on a python pip environment that was not installed via conda throws an error

logs :

Setting conda init...
./install.sh: line 40: conda: command not found
./install.sh: line 41: /etc/profile.d/conda.sh: No such file or directory
Setting environment... (envs/environment.yml)
./install.sh: line 48: conda: command not found
Activating environment... (klaam)
./install.sh: line 51: conda: command not found
Upgrading pip...
./install.sh: line 55: python: command not found
Updating poetry config...
./install.sh: line 59: python: command not found
Installing dependencies using poetry...
./install.sh: line 62: python: command not found

egyleader avatar May 03 '23 03:05 egyleader

@egyleader The . sh file cannot be directly run on the Windows command prompt or PowerShell. Therefore, to run the . sh file on Windows, it is required to enable “Windows Subsystem for Linux” (WSL) on the system

Mohamedsaad55 avatar May 03 '23 12:05 Mohamedsaad55

I am running on mac not windows ,but my python is not installed via conda though

egyleader avatar Aug 03 '23 09:08 egyleader