Copyright (c) Hyperion Entertainment and contributors.

Difference between revisions of "AmigaOS Manual: Environment Variables"

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
(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. |-...")
 
m
 
Line 1: Line 1:
 
There are three environment variables that Python utilizes when run:
 
There are three environment variables that Python utilizes when run:
 
{| class="wikitable"
 
{| class="wikitable"
| PYTHONSTARTUP || The name of a Python script file to run when Python is started.
+
| PYTHONSTARTUP || The name of the Python script file to run when Python is started.
 
|-
 
|-
 
| PYTHONPATH || A comma separated list of paths where Python should look for modules.
 
| PYTHONPATH || A comma separated list of paths where Python should look for modules.

Latest revision as of 11:28, 21 January 2019

There are three environment variables that Python utilizes when run:

PYTHONSTARTUP The name of the 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.