abalter commented on issue #34783:
URL: https://github.com/apache/arrow/issues/34783#issuecomment-1489550193
I'm afraid none of that was it. Neither removing `"LIBARROW_BUILD" = FALSE`
or setting it to `TRUE` helped.
And the problem isn't with the alias. `micromamba` is the actual name of the
executable, and as I showed above,
```r
> system('which micromamba', intern=T)
character(0)
attr(,"status")
[1] 1
Warning message:
In system("which micromamba", intern = T) :
running command 'which micromamba' had status 1
```
I tried creating a symlink, and R still can't see it, even though I made
sure to put the symlink in my path;
```r
> system('which conda', intern=T)
character(0)
attr(,"status")
[1] 1
Warning message:
In system("which conda", intern = T) :
running command 'which conda' had status 1
> Sys.readlink("~/usr/bin/conda")
[1] "/home/users/balter/.local/bin/micromamba"
```
```
(base) balter@exahead1:~$ which conda
~/usr/bin/conda
(base) balter@exahead1:~$ ls -l usr/bin
total 20
-rw-rw-r-- 1 balter balter 2240 Feb 22 17:07 acc_rocker.sh
lrwxrwxrwx 1 balter balter 40 Mar 29 18:14 conda ->
/home/users/balter/.local/bin/micromamba
-rw-rw-r-- 1 balter balter 2219 Feb 23 12:33 f
-rwxr-xr-x 1 balter balter 4399 Jan 17 11:27 qsbatch
-rw-rw-r-- 1 balter balter 2133 Feb 23 12:31 rocker_template
-rw-rw-r-- 1 balter balter 59 Feb 23 12:28 rsstunnel
-rwxr-xr-x 1 balter balter 2757 Feb 21 12:45 sinteract
-rw-rw-r-- 1 balter balter 794 Feb 23 12:33 slurm-21914665.out
-rwxr-xr-x 1 balter balter 3078 Feb 23 12:34 _startrss
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]