[fix] click echo to not fail in bdt dev install
Compare changes
@@ -45,7 +45,7 @@ def install(env_name, folders):
@@ -45,7 +45,7 @@ def install(env_name, folders):
click.echo
does not behave like print
: Only one argument will be printed.
The next args are "destination file", and some flags.