+4

pythonpath

Michael Aye 12 ár síðan Uppfært 12 ár síðan 1
For the wisdom of Feynman I can't make my PYTHONPATH known to the build system. I have now added it to the Environment.plist (rebooted), to my .bash_profile and also added the commands to make it known to the launchctl on my Mac. But still SublimeText can not find my PYTHONPATH.
I also tried to set an ENV variable with the build system as somebody else tried on stack overflow, but as for him it was unsuccessful for me as well.
It really should not be so hard to do this, should it?
Any other ideas?
In case you are interested how I verify: 
import sys
print(sys.path)