python-distilled icon indicating copy to clipboard operation
python-distilled copied to clipboard

8.7 The Module Search Path bash example needs clarification

Open d-c-d opened this issue 4 years ago • 0 comments

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

d-c-d avatar Dec 12 '21 15:12 d-c-d