Spaces:
Build error
Build error
Update app.py
Browse filesUpdated mcp issues
app.py
CHANGED
|
@@ -1,33 +1,39 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Docs: https://doc.termux.com
|
| 2 |
+
Community: https://community.termux.com
|
| 3 |
|
| 4 |
+
Working with packages:
|
| 5 |
+
- Search: pkg search <query>
|
| 6 |
+
- Install: pkg install <package>
|
| 7 |
+
- Upgrade: pkg upgrade
|
| 8 |
|
| 9 |
+
Report issues at https://bugs.termux.com
|
| 10 |
+
~ $ nano mcp-course/unit2-gradio-client/app.y
|
| 11 |
+
~ $ ls
|
| 12 |
+
app.json downloads my_project unit_1_quiz
|
| 13 |
+
app.json.save kz.py storage
|
| 14 |
+
build logs test1
|
| 15 |
+
~ $ cd
|
| 16 |
+
~ $ ce mpc-course
|
| 17 |
+
No command ce found, did you mean:
|
| 18 |
+
Command cc in package clang
|
| 19 |
+
Command cp in package coreutils
|
| 20 |
+
Command ne in package ne
|
| 21 |
+
Command ci in package rcs
|
| 22 |
+
Command cu in package uucp
|
| 23 |
+
~ $ cd mcp-cousre
|
| 24 |
+
bash: cd: mcp-cousre: No such file or directory
|
| 25 |
+
~ $ cd mcp-course
|
| 26 |
+
bash: cd: mcp-course: No such file or directory
|
| 27 |
+
~ $ ls
|
| 28 |
+
app.json downloads my_project unit_1_quiz
|
| 29 |
+
app.json.save kz.py storage
|
| 30 |
+
build logs test1
|
| 31 |
+
~ $ mkdir mcp-course
|
| 32 |
+
~ $ ls - mfp-course
|
| 33 |
+
ls: cannot access '-': No such file or directory
|
| 34 |
+
ls: cannot access 'mfp-course': No such file or directory
|
| 35 |
+
~ $ mkdir mcp-course
|
| 36 |
+
mkdir: cannot create directory ‘mcp-course’: File exists
|
| 37 |
+
~ $ cd mcp-course
|
| 38 |
+
~/mcp-course $ nano app.py
|
| 39 |
+
~/mcp-course $
|