'pwd zsh: permission denied: /Users/myName [closed]
I am new to Python and I wanted to try coldtype to play with variable fonts (https://coldtype.goodhertz.com/install.html), but when I type ~ $ pwd in terminal i get zsh: permission denied: /Users/myName. I already enabled auto_cd in ~/.zshrc but I still get the same error.
(i have Big Sur macOS)
Solution 1:[1]
I'm guessing you copied that from an example. The ~ $ part is just showing you what the prompt might look like. The part you're supposed to type is just pwd.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Tim Roberts |
