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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -1,11 +1,5 @@
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')
7
- os.system('nproc')
8
- os.system('make altinstall')
9
  os.system('python3.9 --version')
10
  os.system('cat /etc/os-release')
11
  os.system('python -m pip install --upgrade pip')
 
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')