Copyright (c) Hyperion Entertainment and contributors.
AmigaOS Manual: Environment Variables
Revision as of 00:10, 10 January 2019 by Janne Peräaho (talk | contribs) (Created page with "There are three environment variables that Python utilizes when run: {| class="wikitable" | PYTHONSTARTUP || The name of a Python script file to run when Python is started. |-...")
There are three environment variables that Python utilizes when run:
PYTHONSTARTUP | The name of a Python script file to run when Python is started. |
PYTHONPATH | A comma separated list of paths where Python should look for modules. |
PYTHONHOME | An alternative module search path. |
By default none of the variables are set. You may set the variables using the AmigaDOS command SETENV.