unix - Calling python scripts from anywehre -
i have collection of python scripts import each other. if want use these in location scripts not physically present, how can this. tried adding path of dir scripts $path got no joy. appreciated, thanks.
python doesn't share own path general $path
, able you're looking for, must add scripts in $pythonpath
instead.
Comments
Post a Comment