Skip to content

Commit

Permalink
Debug paths like LD_LIBRARY_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Aug 31, 2023
1 parent c30ea0e commit 3ee4d8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blog.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ knitr::opts_chunk$set(message = FALSE, warning = FALSE)
# install python packages needed for this document:
pkgs = c("geopandas", "shapely", "pandas", "rasterio", "matplotlib", "folium", "mapclassify")
reticulate::py_install(pkgs)
x = .libPaths()
write(x, stderr())
```

```{julia}
using Pkg
println(stderr, ENV)
Pkg.status()
Pkg.activate(".")
Pkg.status()
Expand Down

0 comments on commit 3ee4d8b

Please sign in to comment.