Skip to content

Commit

Permalink
fix: fixing empty IDF_PATH for offline online installer
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaaa committed Dec 19, 2024
1 parent 7fd0ad9 commit 65184ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ private void setEnvVarsInEclipse()
});
String path = replacePathVariable(idfToolSet.getEnvVars().get(IDFEnvironmentVariables.PATH));

idfEnvironmentVariables.addEnvVariable(IDFEnvironmentVariables.IDF_PATH, idfToolSet.getIdfLocation());
idfEnvironmentVariables.addEnvVariable(IDFEnvironmentVariables.PATH, path);
idfEnvironmentVariables.addEnvVariable(IDFEnvironmentVariables.PYTHON_EXE_PATH,
idfToolSet.getSystemPythonExecutablePath());
Expand Down

0 comments on commit 65184ce

Please sign in to comment.