user = 'ti'
user = 'dy'
import sys
if user=='ti':
sys.path.append(r'C:\Users\kie\OneDrive - AUA\TO\Space Modeling\Demand Tool')
There are two users in one script. To constantly change the path directories is tedious. What kind of if
or else
statements can I use so that the paths can easily change from one user to the other instead of manual input?