I have created a small Python script to save directories in a side directory, under the current user.
I am running on Mac but production is Ubuntu
My problem is the it doesn't manage to identify the dir with the home sign ~
>>> os.path.exists('/Users/partuck/cache_dir/bla')
True
>>> os.path.exists('~/cache_dir/bla')
False
>>> os.system('echo "$USER"')
partuck
0
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…