-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to change the default installation path #101
Comments
@saurabhsm can you elaborate a bit more about what you mean? Fvm does allow to set a custom path where it will cache all the flutter versions. |
So currently, i have to add variable FVM_HOME to my environment variables. However, there are situations where i've to use organization's computer where i dont have permission to set environment variables to that system. So if FVM has way to change the location of the installation directory from command line, that would be really helpful. |
Interesting we had this feature before end I removed it because of the env var. Will look into this. |
This has been updated on prerelease. https://pub.dev/packages/fvm/versions/1.3.0-dev.0 |
How to do this ? |
Currently when I install any flutter version it installs flutter on default path. However, It would be great if FVM allows to set custom location as installation path.
The text was updated successfully, but these errors were encountered: