tree3po commited on
Commit
ee9bf6b
·
verified ·
1 Parent(s): 92640b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import Kinetix.kinetix as kinetix
7
  #k = editor()
8
  #print(k)
9
 
10
- os.system("""cd Kinetix && python kinetix/editor.py""")
11
 
12
  '''os.system(f"""cd Kinetix && pip install -e . &&
13
  pre-commit install &&
 
7
  #k = editor()
8
  #print(k)
9
 
10
+ os.system("""export PATH=$PATH:{os.getcwd()}/Kinetix && cd Kinetix && python kinetix/editor.py""")
11
 
12
  '''os.system(f"""cd Kinetix && pip install -e . &&
13
  pre-commit install &&