-
|
Hi everyone, I’m running into a strange issue with Colima on my Mac, and I’m hoping someone can help me understand what’s going on. System Configuration
Installation Method
Problem Description When I run:
Colima starts successfully, but it starts with [profile=start] instead of using the default profile. Under my home directory, it creates: /Users//.colima/ The issue is that any argument I pass after colima is treated as a profile name, not as a command. For example:
Each time, a new profile directory is created under ~/.colima/ with the same name as the argument. Because of this, none of the standard Colima commands work (stop, list, etc.). Expected Behavior On my teammates’ machines:
What I’ve Tried
Unfortunately, none of this resolved the issue. Question What could cause Colima to interpret every argument as a profile name instead of a command? Any help or pointers would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
That is very strange. What is the output of |
Beta Was this translation helpful? Give feedback.
The permanent solution is modify
$HOME/.zshrcto remove or rename the alias.