Skip to content

purandarrao/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python

Setting environment variables using source command, set in file

sample source file: export username=<user_value> expor password= ... ...

pass the source file to updateEnv("")

Next execute commands that needs the environment variable from the above sourced file by calling python_execute("") This function returns 3 parameters viz., status, output, error for the command that was executed.

If any ideas to improve, do provide your comments in making this better.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages