I tried adding the PYTHONSTARTUP
environment variable:
I also tried a custom starting script:
But even more surprisingly - this also did not work (the npa
alias was not recognized):
Out of a bit of desperation I even tried adding to the interpreter options
:
That did nothing: (what actually is Interpreter options
supposed to do .. ? )
Finally I also looked at the SDK settings for python - and also nothing available there:
So then how do we set the PYTHONSTARTUP
script?