Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am collaborating with a friend. We are working on the same script. The script loads a file. We both access the file in different locations(not the working directory).

I don't want any friction when downloading his script and running it on my local computer. One way I thought about was setting the path as one of the parametres of the script. What approach would you recommend I am using a conda environment, maybe one can set some environment variables?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
4.0k views
Welcome To Ask or Share your Answers For Others

1 Answer

If you use file for example in a function just pass file path as a parameter. Thats the simplest solution, but it works well.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...