|
"PATH": "/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin" |
For Apple Container installations using Nix, the hardcoded path variable in the referenced line above results in an error "env: container: No such file or directory"
This is because container is installed at /run/current-system/sw/bin/container
Please update this file to use the user's path variable instead of hardcoding
Container-Compose/Sources/Container-Compose/Commands/ComposeUp.swift
Line 777 in 2417b8f
For Apple Container installations using Nix, the hardcoded path variable in the referenced line above results in an error "env: container: No such file or directory"
This is because container is installed at /run/current-system/sw/bin/container
Please update this file to use the user's path variable instead of hardcoding