Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system('
|
3 |
-
os.system('sudo apt update')
|
4 |
os.system('wget https://www.python.org/ftp/python/3.9.7/Python-3.9.7.tgz')
|
5 |
os.system('tar -xzf Python-3.9.7.tgz')
|
6 |
os.chdir('Python-3.9.7')
|
|
|
1 |
import os
|
2 |
+
os.system('id user')
|
|
|
3 |
os.system('wget https://www.python.org/ftp/python/3.9.7/Python-3.9.7.tgz')
|
4 |
os.system('tar -xzf Python-3.9.7.tgz')
|
5 |
os.chdir('Python-3.9.7')
|