File size: 522 Bytes
2e6af75
 
860ad33
2e6af75
 
 
 
 
 
 
 
860ad33
2e6af75
860ad33
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import os 
import pprint
#import asyncio
os.environ["HYDRA_FULL_ERROR"] = "1"
os.environ["PATH"] += f'{os.getcwd}/Kinetix'
# Get the list of user's 
env_var = os.environ 
  
# Print the list of user's 
print("User's Environment variable:") 
pprint.pprint(dict(env_var), width = 1) 
#async def main()
    #os.system(f"""python kinetix/editor.py --config-path my_configs/ --config-name my_config""")
os.system(f"""cd Kinetix && pygbag kinetix/editor.py --config-path ../configs/ --config-name editor""")
#asyncio.run(main())