vuu10 commited on
Commit
da37dde
·
1 Parent(s): 99bc220

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ try:
17
  except:
18
  print ("openbabel not found, Installing openbabel ")
19
  s2 = os.system("wget 'https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-x86_64.sh' && bash Miniconda3-4.5.4-Linux-x86_64.sh -bfp /home/user/app/local")
20
- s1 = os.system("/home/user/app/local/conda install -c conda-forge openbabel -y")
21
  print(s2)
22
  print(s1)
23
 
 
17
  except:
18
  print ("openbabel not found, Installing openbabel ")
19
  s2 = os.system("wget 'https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-x86_64.sh' && bash Miniconda3-4.5.4-Linux-x86_64.sh -bfp /home/user/app/local")
20
+ s1 = os.system("/home/user/app/local/bin/conda install -c conda-forge openbabel -y")
21
  print(s2)
22
  print(s1)
23