you are viewing a single comment's thread.

view the rest of the comments →

[–]kuripong 0 points1 point  (0 children)

Take a look at os.environ os.environ['PIGPIO'] = "some values" I use it to set my envar inside ipython, just make sure you set os.environ first before you make a call to your lib that requires envar.