Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
import os
|
2 |
os.system('wget https://www.python.org/ftp/python/3.9.7/Python-3.9.7.tgz')
|
3 |
os.system('tar -xzf Python-3.9.7.tgz')
|
4 |
-
os.
|
5 |
-
os.system('ls')
|
6 |
os.system('pwd')
|
7 |
os.system('./configure --enable-optimizations')
|
8 |
os.system('make -j 2')
|
|
|
1 |
import os
|
2 |
os.system('wget https://www.python.org/ftp/python/3.9.7/Python-3.9.7.tgz')
|
3 |
os.system('tar -xzf Python-3.9.7.tgz')
|
4 |
+
os.chdir('Python-3.9.7')
|
|
|
5 |
os.system('pwd')
|
6 |
os.system('./configure --enable-optimizations')
|
7 |
os.system('make -j 2')
|