Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
c4866ab0
Commit
c4866ab0
authored
Mar 11, 2023
by
Severin Gsponer
Browse files
Fix #157; Add XDG_GREETER_DATA_DIR to ignorelist
parent
0f5c3948
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
bitsandbytes/cuda_setup/env_vars.py
bitsandbytes/cuda_setup/env_vars.py
+1
-0
No files found.
bitsandbytes/cuda_setup/env_vars.py
View file @
c4866ab0
...
@@ -11,6 +11,7 @@ def to_be_ignored(env_var: str, value: str) -> bool:
...
@@ -11,6 +11,7 @@ def to_be_ignored(env_var: str, value: str) -> bool:
"HOME"
,
# Linux shell default
"HOME"
,
# Linux shell default
"TMUX"
,
# Terminal Multiplexer
"TMUX"
,
# Terminal Multiplexer
"XDG_DATA_DIRS"
,
# XDG: Desktop environment stuff
"XDG_DATA_DIRS"
,
# XDG: Desktop environment stuff
"XDG_GREETER_DATA_DIR"
,
# XDG: Desktop environment stuff
"XDG_RUNTIME_DIR"
,
"XDG_RUNTIME_DIR"
,
"MAIL"
,
# something related to emails
"MAIL"
,
# something related to emails
"SHELL"
,
# binary for currently invoked shell
"SHELL"
,
# binary for currently invoked shell
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment