Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.9k views
in Technique[技术] by (71.8m points)

How do I dynamically set the path of a file Python?

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?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...