Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with curl and curl-config #30

Open
eeholmes opened this issue Oct 10, 2024 · 0 comments
Open

problem with curl and curl-config #30

eeholmes opened this issue Oct 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@eeholmes
Copy link
Member

Pointing to different places. LD_LIBRARY_PATH makes curl point to /usr/bin/curl (so system) but curl-config still points to the conda version. Need to set CURL_CONFIG=/usr/bin/curl-config as an env variable. Not causing problems now but would cause hard to solve bug if you needed curl and curl-config.

py-r-geospatial

(notebook) rstudio@jupyter-eeholmes:~$ echo ${PATH}
/srv/conda/envs/notebook/bin:/srv/conda/envs/notebook/bin:/srv/conda/condabin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/texlive/bin/linux:/usr/lib/rstudio-server/bin/quarto/bin:/usr/lib/rstudio-server/bin/postback:/usr/lib/rstudio-server/bin/postback:/srv/conda/envs/notebook/bin
(notebook) rstudio@jupyter-eeholmes:~$ which curl
/usr/bin/curl
(notebook) rstudio@jupyter-eeholmes:~$ which curl-config
/srv/conda/envs/notebook/bin/curl-config
(notebook) rstudio@jupyter-eeholmes:~$ which python
/srv/conda/envs/notebook/bin/python
(notebook) rstudio@jupyter-eeholmes:~$ echo ${LD_LIBRARY_PATH}
/usr/local/lib/R/lib:/lib:/usr/local/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-11-openjdk-amd64/lib/server
@eeholmes eeholmes added the bug Something isn't working label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant