Open kylekeppler opened 1 year ago
Hi @kylekeppler, it must come from this line: https://github.com/mamba-org/micromamba-releases/blob/7225fdb6de390fe6b69c9cfc7fa4a5447c58d81a/install.sh#L6C1-L6C36
Since this is optional, maybe we can add a fallback like so $(ps -o comm $PPID 2>/dev/null || echo "failed" | tail -1)
.
What does ps -o comm $PPID 2>/dev/null || echo "failed" | tail -1
produce for you? what about echo ${SHELL}
?
Troubleshooting docs
How did you install Mamba?
Micromamba
Search tried in issue tracker
ps unknown option
Latest version of Mamba
Tried in Conda?
Not applicable
Describe your issue
Error using recommended micromamba install script on Windows Git Bash:
Indeed, the
ps
installed in my Git Bash does not have-o
:The installation continues and appears to work though.
mamba info / micromamba info
No response
Logs
No response
environment.yml
No response
~/.condarc
No response