flofreud / posh-gvm

GVM for Powershell
Apache License 2.0
210 stars 60 forks source link

Name collision with Hyper-V #20

Open kfronc opened 8 years ago

kfronc commented 8 years ago

After installation of Hyper-V virtual machine (bundled with Visual Studio) gvm command has been overriden and I cannot use gvm command. It would be nice to have alternative command (like sdk in original)

mybrycerRob commented 7 years ago

Same issue here. Is there a work around?

mihkels commented 7 years ago

My temporary workaround is to use Set-Alias and -Prefix when importing gvm like so below:

Import-Module posh-gvm -Prefix my
Set-Alias sdk mygvm

sdk is the new name of gvm

Maybe more permanent solution would be to rename Posh-Gvm to Posh-Sdkman?