klaam
klaam copied to clipboard
[bug] conda: command not found
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 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
I am running on mac not windows ,but my python is not installed via conda though