Reputation: 11
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)
Upvotes: 1
Views: 1929
Reputation: 54787
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
.
Upvotes: 1