Hi everyone, I'm trying to set up a dev environment, and I'm following a tutorial; Tutorial Link
I feel bad and have no real experience in terminal commands other than the simplest version controls. I followed the first link and when trying to run
source ~/.bash_profile
I got an error; mkdir: /usr/local/rbenv/shims: Permission denied mkdir: /usr/local/rbenv/versions: Permission denied
Now every time the terminal loads, an error appears.
Contents of bash_profile;
export PATH=/usr/local/rbenv/bin:$PATH export RBENV_ROOT=/usr/local/rbenv eval "$(rbenv init -)"
Any guidance is appreciated.
Meeps source share