R RobertC60 Aug 16, 2024 #1 It will not recognize my password, which I know is the correct password. I have no way to get in. I tried the Terminal "prlctl list --all" , but my Mac responds with: "zsh: command not found: prlctl" What to do?
It will not recognize my password, which I know is the correct password. I have no way to get in. I tried the Terminal "prlctl list --all" , but my Mac responds with: "zsh: command not found: prlctl" What to do?
O O_B Junior Member Sep 8, 2024 #2 The command prlctl is not in your PATH. For me, prlctl is located in /usr/local/bin You may be able to try: /usr/local/bin/prlctl list --allBut you'll need to fix your PATH, eventually.
The command prlctl is not in your PATH. For me, prlctl is located in /usr/local/bin You may be able to try: /usr/local/bin/prlctl list --allBut you'll need to fix your PATH, eventually.