Closed wallds closed 2 years ago
Hi! I don't think it's a good idea.
Unconditionally adding current directory to sys.path
is a no-go since it's likely not desired by most of users.
If you suggest to add a command line option, I don't see how it's better than setting PYTHONPATH
from shell or calling sys.path.append
if used directly from python.
Thank you for your reply and solution.
set PYTHONPATH=.
Tested successfully in windows