We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a1cbe commit 327ee6cCopy full SHA for 327ee6c
argostranslate/settings.py
@@ -7,6 +7,8 @@
7
"""
8
Argos Translate can be configured using either environment variables or json file
9
10
+Configurations from environment variables supersede configurations from the JSON file.
11
+
12
### Environment variables
13
```
14
export ARGOS_DEBUG="0"
@@ -212,7 +214,6 @@ class ChunkType(Enum):
212
214
# Fix Intel bug
213
215
# https://github.com/argosopentech/argos-translate/issues/40
216
os.environ["KMP_DUPLICATE_LIB_OK"] = "True"
-
217
# Will search all of these directories for packages
218
package_dirs = [package_data_dir]
219
if "SNAP" in os.environ:
0 commit comments