Notifications
Clear all

environment variables

 

(@pandoradc)
Active Member
Joined: 2 years ago
Posts: 5
Topic starter  

When I am in the pumpkin board I try to use python examples, but after the variable registration with source ./EAI-PP_setenv.sh, because source EAI-PP_setenv.sh like the manual recommendation did not work, the python3 running does not recognize import EAI_PP


   
Quote
(@luispimo)
Member Admin
Joined: 4 years ago
Posts: 17
 

Hi @pandoradc 

I'm sorry for the delay.

Please add the following line to the script:

export PYTHONPATH=$PYTHONPATH:/home/root/EAI-PP/Labs/Codes/src/common

This should work.

Regards

Luis


   
RCWO reacted
ReplyQuote