set environmental variable from python
Zachary Ware
zachary.ware+pylist at gmail.com
Thu Oct 30 22:30:52 EDT 2014
More information about the Python-list mailing list
Thu Oct 30 22:30:52 EDT 2014
- Previous message (by thread): set environmental variable from python
- Next message (by thread): set environmental variable from python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thursday, October 30, 2014, Artur Bercik <vbubbly21 at gmail.com> wrote: > Dear Dave Angel > > Thanks for your answer. > > I am using Python 2.7 > > I want to set it permanently. > I have to set several variables so it would be easier if I could set them > from Python. > Depending on how "permanently" you mean, about your only solutions would be "os.system('setx <...>')" or manually manipulating the registry with the _winreg module. Hope this helps, -- Zach -- Sent from Gmail Mobile -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20141030/21edc865/attachment.html>
- Previous message (by thread): set environmental variable from python
- Next message (by thread): set environmental variable from python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list