evaluation error while loading 'loadQsql.q'

https://learninghub.kx.com/forums/topic/evaluation-error-while-loading-loadqsql-q

getting below error -

evaluation error:

loaddata.q

[0] .trn.nbdir:system"cd" \l scripts/loaddata.q

while executing this code block-

system"cd “,getenv[`HOME],”/course-introductory-workshop"

.trn.nbdir:system"cd" \l scripts/loaddata.q

resolved.

had to run the below two commands separately

system "cd ",getenv[`HOME],"/course-introductory-workshop" -->run this first

.trn.nbdir:system "cd" --->not sure what this command does

system "l scripts/loaddata.q" --->run this second