The environment variable currently is not working on the mac terminal.
The following code is the environment variable for Linux:
export LD_LIBRARY_PATH=~/.mujoco/mjpro150/bin${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
export MUJOCO_KEY_PATH=~/.mujoco${MUJOCO_KEY_PATH}
I wonder if there is any difference between the linux environment variable and mac terminal environment variable, are those format totally the same or I need to make some change.
I appreciate your help :)