diff --git a/MCPForUnity/Editor/Dependencies/PlatformDetectors/MacOSPlatformDetector.cs b/MCPForUnity/Editor/Dependencies/PlatformDetectors/MacOSPlatformDetector.cs index b162f11ae..2c06219f5 100644 --- a/MCPForUnity/Editor/Dependencies/PlatformDetectors/MacOSPlatformDetector.cs +++ b/MCPForUnity/Editor/Dependencies/PlatformDetectors/MacOSPlatformDetector.cs @@ -188,6 +188,7 @@ private string[] GetPathAdditions() var homeDir = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile); return new[] { + Path.Combine(homeDir, ".pyenv", "shims"), // pyenv: Python/uv when Unity is launched from Dock/Spotlight "/opt/homebrew/bin", "/usr/local/bin", "/usr/bin",