Zend certified PHP/Magento developer

How to install github cli extension in a custom folder?

I have installed github cli on my Windows 11 machine. Then I installed copilot extension by following the instruction at Github copilot extension, that is,

gh extension install github/gh-copilot

It installs copilot extension in C:Users<username>AppDataLocalGitHub CLI folder. I would like to install it in a different folder, say C:Usersexperimental_stuffGitHub CLI folder.

I am not able to find a way to change the installation path for GitHub Cli extension.