amir22010 commited on
Commit
bec57a7
·
1 Parent(s): 0126b6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
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 -xvf Python-3.9.7.tgz')
4
  os.system('cd Python-3.9.7')
5
  os.system('./configure --enable-optimizations')
6
  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.system('cd Python-3.9.7')
5
  os.system('./configure --enable-optimizations')
6
  os.system('make -j 2')