Skip to content

Commit

Permalink
add note when warning in activate.sh can be safely ignored
Browse files Browse the repository at this point in the history
Suggested-By: Ben Mares <services-git-throwaway1@tensorial.com>
  • Loading branch information
h-vetinari committed Jul 28, 2023
1 parent 850a807 commit d242749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/activate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ _la_gdb_prefix="$CONDA_PREFIX/share/gdb/auto-load"
# If the directory is not writable, nothing can be done
if [ ! -w "$_la_gdb_prefix" ]; then
_la_log 'No rights to modify $_la_gdb_prefix, cannot create symlink!'
_la_log 'Unless you plan to use the GDB debugger with libarrow, this warning can be safely ignored.'
return
fi

Expand Down

0 comments on commit d242749

Please sign in to comment.