Technical notes, my online memory
Monday, January 24, 2011
HOWTO add a directory to your python path
You can add to your python path like this:
import sys sys.path.append("/home/me/mypy")
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment