Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system('apt install python3.9')
|
3 |
os.system('python3.9 --version')
|
4 |
os.system('cat /etc/os-release')
|
5 |
os.system('python -m pip install --upgrade pip')
|
|
|
1 |
import os
|
2 |
+
os.system('sudo apt install python3.9')
|
3 |
os.system('python3.9 --version')
|
4 |
os.system('cat /etc/os-release')
|
5 |
os.system('python -m pip install --upgrade pip')
|