Spaces:
Runtime error
Runtime error
revised: spell check
Browse files- env_set.py +1 -1
env_set.py
CHANGED
@@ -7,6 +7,6 @@ def env_set():
|
|
7 |
subprocess.run(f"apt-get install -y fonts-nanum", shell=True)
|
8 |
subprocess.run(f"fc-cache -fv", shell=True)
|
9 |
subprocess.run(f"rm ~/.cache/matplotlib -rf", shell=True)
|
10 |
-
subprocess.run(f"
|
11 |
subprocess.run(f"apt-get install --fix-broken --assume-yes", shell=True)
|
12 |
|
|
|
7 |
subprocess.run(f"apt-get install -y fonts-nanum", shell=True)
|
8 |
subprocess.run(f"fc-cache -fv", shell=True)
|
9 |
subprocess.run(f"rm ~/.cache/matplotlib -rf", shell=True)
|
10 |
+
subprocess.run(f"sudo apt-get install google-chrome-stable", shell=True)
|
11 |
subprocess.run(f"apt-get install --fix-broken --assume-yes", shell=True)
|
12 |
|