-bash: rvictl: command not found
rvictl
should be installed by Xcode. One thing to watch out for in 10.15 is that it’s now installed in a new location. In 10.14.x it was installed in
/usr/bin/rvictl
. In 10.15 it’s installed in
/Library/Apple/usr/bin/rvictl
. The default shell on 10.15 has
/Library/Apple/usr/bin/
in its path, but you seem to be customising your shell and thus you might not be picking this up from there.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"