Ninja++
Ninja++
Explore posts from servers
WWasp-lang
Created by Ninja++ on 5/9/2024 in #đŸ™‹questions
Path error
WARNING: It looks like '/Users/milesscott/.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/milesscott/.local/bin
WARNING: It looks like '/Users/milesscott/.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/milesscott/.local/bin
I have tried to edit this path file but i really don't understand what i am doing. Here is my attempt to edit the file below.
/usr/bin/env bash
export PATH=$PATH:/Users/milesscott/.local/bin
waspc_datadir=/Users/milesscott/.local/share/wasp-lang/0.13.2/data
/Users/milesscott/.local/share/wasp-lang/0.13.2/wasp-bin "$@"
/usr/bin/env bash
export PATH=$PATH:/Users/milesscott/.local/bin
waspc_datadir=/Users/milesscott/.local/share/wasp-lang/0.13.2/data
/Users/milesscott/.local/share/wasp-lang/0.13.2/wasp-bin "$@"
An explanation of what i am not understanding would be really appreciated
44 replies