Update app.py
Browse files
app.py
CHANGED
@@ -14,9 +14,9 @@ if __name__ == '__main__':
|
|
14 |
os.system("pip install -e .")
|
15 |
print('path: -----', os.getcwd())
|
16 |
|
17 |
-
sys.path.append(os.getcwd())
|
18 |
os.chdir("..")
|
19 |
-
sys.path.append(os.getcwd())
|
20 |
print('path: -----', os.getcwd())
|
21 |
print('path: -----', sys.path)
|
22 |
os.system("ls")
|
|
|
14 |
os.system("pip install -e .")
|
15 |
print('path: -----', os.getcwd())
|
16 |
|
17 |
+
# sys.path.append(os.getcwd())
|
18 |
os.chdir("..")
|
19 |
+
# sys.path.append(os.getcwd())
|
20 |
print('path: -----', os.getcwd())
|
21 |
print('path: -----', sys.path)
|
22 |
os.system("ls")
|