Change Default 'home' Path in Erlang to Resolve RabbitMQ Start Up Error

前端 未结 2 1814
难免孤独
难免孤独 2021-01-17 13:35

I\'m new to rabbitmq and by association new to erlang. I\'m running into a problem where I cannot start rabbitmq as the \'home\' location for the .erlang.cookie has been cha

2条回答
  •  既然无缘
    2021-01-17 13:53

    You need to set the correct values ​​for variables $HOMEDRIVE and $HOMEPATH. These links should help:

    • Permanently Change Environment Variables in Windows
    • Overriding HOMEDRIVE and HOMEPATH as a Windows 7 user

提交回复
热议问题