While following the Miniforge installation guide for Windows:
https://github.com/robotology/robotology-superbuild/blob/master/doc/install-miniforge.md
I noticed that Miniforge3 was installed in:
C:\Users\user_name\miniforge3
instead of:
C:\Users\user_name\AppData\Local\miniforge3
as referenced in the documentation.
Since %HOMEDRIVE%%HOMEPATH% expands to:
the installation path in this case is directly under the user home directory, not inside AppData\Local.
Just reporting this in case it helps improve clarity for future users.
While following the Miniforge installation guide for Windows:
https://github.com/robotology/robotology-superbuild/blob/master/doc/install-miniforge.md
I noticed that Miniforge3 was installed in:
instead of:
as referenced in the documentation.
Since
%HOMEDRIVE%%HOMEPATH%expands to:the installation path in this case is directly under the user home directory, not inside
AppData\Local.Just reporting this in case it helps improve clarity for future users.