[bug] conda: command not found
- Dominant language
- Jupyter Notebook
- Stars
- 434
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
installing on a python pip environment that was not installed via conda throws an error
logs :
```bash
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
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading install.sh around lines 40-62 and envs/environment.yml to understand the conda and Python assumptions. Reproduce the installation in a pip-only environment, then verify that the installer handles that environment without the reported conda and python command-not-found errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, shell
- Domain
- devops, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100