0 votes
in Python by
Why do we use Pythonstartup environment variable?

1 Answer

0 votes
by

We use the Pythonstartup environment variable because it consists of the path in which the initialization file carrying Python source code can be executed to start the interpreter. 

...