Skip to content

Commit

Permalink
Update activation failure warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb authored and h-vetinari committed Jul 28, 2023
1 parent b7c46bc commit 5b1076f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/activate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ for _la_target in "$_la_orig_install_dir/"*.py; do
mkdir -p "$_la_symlink_dir" || true
# this check also creates the symlink; if it fails, we enter the if-branch.
if ! ln -sf "$_la_target" "$_la_symlink"; then
echo -n "${BASH_SOURCE[0]} ERROR: Failed to create symlink from "
echo -n "'$_la_target' to '$_la_symlink'!"
echo
echo -n "${BASH_SOURCE[0]} WARNING: Failed to create symlink from "
echo "'$_la_target' to '$_la_symlink'!"
echo "Unless you plan to use the GDB debugger with libarrow, this warning can be safely ignored."
continue
fi
done
Expand Down

0 comments on commit 5b1076f

Please sign in to comment.