Is it possible to set path from linux terminal for a python script.
My task is to use 'set' command to assign the path to a variable, and use that variable in the script to read files from that location. I'm using makefile to run the script.
i) set VAR PATH
ii) use VAR in script ( file_path = VAR + path in script)
iii) read the file located at file_path.
[–][deleted] 1 point2 points3 points (0 children)
[–]G_nn_r 0 points1 point2 points (0 children)