Spaces:
Runtime error
Runtime error
Simon Stolarczyk commited on
Commit ·
a1f6dfc
1
Parent(s): 44b81a1
View copied packages file.
Browse files- .ipynb_checkpoints/app-checkpoint.py +5 -2
- app.py +5 -2
.ipynb_checkpoints/app-checkpoint.py
CHANGED
|
@@ -32,9 +32,12 @@ print(os.getcwd())
|
|
| 32 |
# subprocess.run(['/home/user/.local/bin/install_fluidsynth_with_soundfonts_osx.sh'], shell=True)
|
| 33 |
# subprocess.run(['cat /home/user/.local/bin/install_fluidsynth_with_soundfonts_osx.sh'], shell=True)
|
| 34 |
|
|
|
|
|
|
|
|
|
|
| 35 |
# subprocess.run(['apt-get install fluidsynth'], shell=True)
|
| 36 |
-
results = subprocess.run(['find / | grep "fluidsynth"'], capture_output=True, shell=True)
|
| 37 |
-
print(results.stdout)
|
| 38 |
|
| 39 |
# subprocess.run(['PATH=$PATH:~/opt/bin'])
|
| 40 |
# subprocess.run(['PATH=$PATH:~/opt/bin/fluidsynth'])
|
|
|
|
| 32 |
# subprocess.run(['/home/user/.local/bin/install_fluidsynth_with_soundfonts_osx.sh'], shell=True)
|
| 33 |
# subprocess.run(['cat /home/user/.local/bin/install_fluidsynth_with_soundfonts_osx.sh'], shell=True)
|
| 34 |
|
| 35 |
+
subprocess.run(['cat /root/packages.txt'], shell=True)
|
| 36 |
+
|
| 37 |
+
|
| 38 |
# subprocess.run(['apt-get install fluidsynth'], shell=True)
|
| 39 |
+
# results = subprocess.run(['find / | grep "fluidsynth"'], capture_output=True, shell=True)
|
| 40 |
+
# print(results.stdout)
|
| 41 |
|
| 42 |
# subprocess.run(['PATH=$PATH:~/opt/bin'])
|
| 43 |
# subprocess.run(['PATH=$PATH:~/opt/bin/fluidsynth'])
|
app.py
CHANGED
|
@@ -32,9 +32,12 @@ print(os.getcwd())
|
|
| 32 |
# subprocess.run(['/home/user/.local/bin/install_fluidsynth_with_soundfonts_osx.sh'], shell=True)
|
| 33 |
# subprocess.run(['cat /home/user/.local/bin/install_fluidsynth_with_soundfonts_osx.sh'], shell=True)
|
| 34 |
|
|
|
|
|
|
|
|
|
|
| 35 |
# subprocess.run(['apt-get install fluidsynth'], shell=True)
|
| 36 |
-
results = subprocess.run(['find / | grep "fluidsynth"'], capture_output=True, shell=True)
|
| 37 |
-
print(results.stdout)
|
| 38 |
|
| 39 |
# subprocess.run(['PATH=$PATH:~/opt/bin'])
|
| 40 |
# subprocess.run(['PATH=$PATH:~/opt/bin/fluidsynth'])
|
|
|
|
| 32 |
# subprocess.run(['/home/user/.local/bin/install_fluidsynth_with_soundfonts_osx.sh'], shell=True)
|
| 33 |
# subprocess.run(['cat /home/user/.local/bin/install_fluidsynth_with_soundfonts_osx.sh'], shell=True)
|
| 34 |
|
| 35 |
+
subprocess.run(['cat /root/packages.txt'], shell=True)
|
| 36 |
+
|
| 37 |
+
|
| 38 |
# subprocess.run(['apt-get install fluidsynth'], shell=True)
|
| 39 |
+
# results = subprocess.run(['find / | grep "fluidsynth"'], capture_output=True, shell=True)
|
| 40 |
+
# print(results.stdout)
|
| 41 |
|
| 42 |
# subprocess.run(['PATH=$PATH:~/opt/bin'])
|
| 43 |
# subprocess.run(['PATH=$PATH:~/opt/bin/fluidsynth'])
|