Tagged Questions
0
votes
2answers
242 views
Unix (Ubuntu Server): $PYTHONPATH resets to blank when I reboot [closed]
Possible Duplicate:
How to make exported shell variables permanent?
Each time I set the $PYTHONPATH on my new Ubuntu server machine (old Thinkpad) and reboot, it's reset to blank.
I'm ...
2
votes
3answers
117 views
Why can't I call this program using its full path?
I am trying to build a command line wrapper in Python 3 for an exiting command line tool called spooky and I am having a hard time understanding some strange behavior. If I type spooky on the command ...