Global Discoverability of Shims (re: Data Wrangler) #1066
Unanswered
dream-dasher
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was attempting to use Data Wrangler to view a parquet file in VSCode.
Data Wrangler requires some python version +
jupyter(lab)
+ipykernel
+pandas
.I use Data Wrangler as an easy view tool in non-python repos (and otherwise use polars anyway), so I'd like to have some of those globally installed.
However Data Wrangler could find the macOS default python and homebrew python paths, but not the shim paths. (I used rye tools install ... for various modules, but couldn't get the VSCode extension to point at rye's shims.)
Any advice on how to handle this? (or should I just pipx and use homebrew python as globals for now?)
Beta Was this translation helpful? Give feedback.
All reactions