Hello! how do i reset the directory path of bitcoin core on macos?
i accidentaly choose the entire folder of application support.....
I'm not an expert on macos, but isn't that like any other generic path, so something like this;
1. echo $PATH and copy it's value
2. export PATH=""
3. export PATH="/path/you/want/to/keep"
https://stackoverflow.com/questions/15872666/how-to-remove-entry-from-path-on-macThen readd it with the right path to bitcoin Core? What version of MacOS are you using?
If this isn't fixing it, maybe reset your $PATH in general and readd the right bitcoin core directory??