-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
FYI, I am using poetry in the alpine docker distribution, whose default shell is ash. poetry is unable to run some commands since it relies on shellingham. Please add ash to this set. :-P
shellingham/src/shellingham/_core.py
Lines 1 to 11 in a5128ef
| SHELL_NAMES = { | |
| 'sh', 'bash', 'dash', # Bourne. | |
| 'csh', 'tcsh', # C. | |
| 'ksh', 'zsh', 'fish', # Common alternatives. | |
| 'cmd', 'powershell', 'pwsh', # Microsoft. | |
| 'elvish', 'xonsh', # More exotic. | |
| } | |
| class ShellDetectionFailure(EnvironmentError): | |
| pass |
Metadata
Metadata
Assignees
Labels
No labels