Version
1.0.11
OS
Win11
Describe the bug
After adding Invoke-Expression "$(vfox activate pwsh)" to my POWERSHELL $PROFILE, I ran vfox use -g flutter@3.41.9. When I then called flutter, I got the error:
flutter: The term 'flutter' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
If I remove the Invoke-Expression "$(vfox activate pwsh)" line, flutter works normally, but then vfox use -p has no effect.
Screenshots[optional]

Version
1.0.11
OS
Win11
Describe the bug
After adding
Invoke-Expression "$(vfox activate pwsh)"to my POWERSHELL $PROFILE, I ranvfox use -g flutter@3.41.9. When I then calledflutter, I got the error:If I remove the
Invoke-Expression "$(vfox activate pwsh)"line, flutter works normally, but thenvfox use -phas no effect.Screenshots[optional]
