WaspW
Wasp2y ago
4 replies
MrPurpleHat

Struggling with initial installation (Mac, M2)

Have looked around and seen others with the issue, but really struggling to solve.

WARNING: It looks like '/Users/user/.local/bin' is not on your PATH! You will not be able to invoke wasp from the terminal by its name.
You can add it to your PATH by adding following line into your profile file (~/.profile or ~/.zshrc or ~/.bash_profile or ~/.bashrc or some other, depending on your configuration):
export PATH=$PATH:/Users/username/.local/bin

I added a file to my user, named .zshrc with the export PATH=$PATH:/Users/username/.local/bin but still not able to install correctly.

I know this is a very begginer question, so appreciate any responses / input.
Was this page helpful?