python-distilled
python-distilled copied to clipboard
8.7 The Module Search Path bash example needs clarification
For example, on UNIX: bash $ env PYTHONPATH=/some/path python3 script.py
is not very UNIX like - would need quotes if spaces are to be included and it doesn't mention colons to separate the various paths
see https://docs.python.org/3/using/cmdline.html