Q: How to add current path into system?
A: sys.path.append(os.path.abspath('./'))
Amazon
Tuesday, January 15, 2008
Python tips and tricks
Subscribe to:
Post Comments (Atom)
Algorithms, Puzzles, C/C++, Python, MATLAB, Programming
Q: How to add current path into system?
A: sys.path.append(os.path.abspath('./'))
No comments:
Post a Comment