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

Need to do is to set one environment variable to be able to run Fledge from the development tree #341

Open
babaralishah opened this issue Mar 27, 2021 · 1 comment
Assignees

Comments

@babaralishah
Copy link

Problem statement:

Need to do is to set one environment variable to be able to run Fledge from the development tree.

export FLEDGE_ROOT=/Fledge

Where basedir is the base directory into which you cloned the Fledge repository.

image

@MarkRiddoch
Copy link
Contributor

Hello Babar, thank you for your interest in Fledge.

Your setting of the FLEDGE_ROOT environment variable looks correct assuming you have downloaded the source in the directory /Fledge. Your problem is with the use of it, you are missing the $ before the variable name, e.g.

$FLEDGE_ROOT/scripts/fledge start

I hope this helps.

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

2 participants