Skip to content
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

flutter home path #5

Closed
ghost opened this issue Mar 20, 2019 · 1 comment
Closed

flutter home path #5

ghost opened this issue Mar 20, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 20, 2019

i see your assuming that a flutter path exists in the env variables.

not everyone has it this way.

why not make it possible to pass in the dir as a variable when this is run ?
that way the developer can pick the folder where they want flutter to be installed.

For example here is my .bash_profile


#git clone -b dev https://github.com/flutter/flutter.git
export FLUTTER_ROOT=$HOME/workspace/flutter/standard/flutter
echoLog "FLUTTER_ROOT (exported)" $FLUTTER_ROOT
export PATH=$PATH:$FLUTTER_ROOT/bin

fvm does not find it:

x-MacBook-Pro:go-flutter apple$ fvm
No Flutter versions installed

@ghost
Copy link
Author

ghost commented Mar 20, 2019

Ok i worked it out by using where fvm wants to put flutter.
went with that :)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants