Posts by azimut • 1 point
1 post
-
-1
votes1
answer491
viewsQ: Assign Linux environment variable in python
I need to read an environment variable in Linux, and store it in a variable in Python. I’ve tried it in many ways and failed. I started with this command, on linux $variavel='123123' x =…