Skip to content

Commit 3ee4d8b

Browse files
committed
Debug paths like LD_LIBRARY_PATH.
1 parent c30ea0e commit 3ee4d8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

blog.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,13 @@ knitr::opts_chunk$set(message = FALSE, warning = FALSE)
3232
# install python packages needed for this document:
3333
pkgs = c("geopandas", "shapely", "pandas", "rasterio", "matplotlib", "folium", "mapclassify")
3434
reticulate::py_install(pkgs)
35+
x = .libPaths()
36+
write(x, stderr())
3537
```
3638

3739
```{julia}
3840
using Pkg
41+
println(stderr, ENV)
3942
Pkg.status()
4043
Pkg.activate(".")
4144
Pkg.status()

0 commit comments

Comments
 (0)