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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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')