Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] conda: command not found #36

Open
egyleader opened this issue May 3, 2023 · 2 comments
Open

[bug] conda: command not found #36

egyleader opened this issue May 3, 2023 · 2 comments

Comments

@egyleader
Copy link

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
@Mohamedsaad55
Copy link

@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

@egyleader
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants