Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.58K
1 Posted Topic
Re: Okay, it has been 7 years, but for anyone trying to do this in 2019 or later, here's how I managed to do it in Windows. First, make a python file like Slate has already shown: import os var1 = "Hello, world!" os.putenv("VAR1", var1) #This takes the variable from python … |
The End.