TimKindervatter / AccuRT-Driver

0 stars 0 forks source link

Script set_python_driver_path.sh not working as intended #3

Open TimKindervatter opened 2 months ago

TimKindervatter commented 2 months ago

Script doesn't actually set environment variables for current session. May be because running script opens up new separate instance of the shell, sets env variables there, and then the env variables are lost when temp shell closes and returns to calling shell?

TimKindervatter commented 2 months ago

Possible option is to set env variables in Dockerfile instead, but would need to know path to the git repo, so may need to add git clone command to Dockerfile as well.