I currently do this:
PYTHONPATH=/home/$USER:/home/$USER/respository:/home/$USER/repository/python-stuff
How can I make it so that the PYTHONPATH can include everything subdirectory?
PYTHONPATH = /home/$USER/....and-all-subdirectories
|
|
I currently do this:
How can I make it so that the PYTHONPATH can include everything subdirectory?
|
||
|
|
It's generally a bad idea to have on So why don't you just put While I think your request is a bad idea, it's certainly doable -- the Unix |
||||
|
PYTHONPATH. Please describe why you think this is helpful. What problem do you have? What are you trying to solve by doing this? – S.Lott Oct 31 at 23:43