Visidata and Virtual Environments #2427
Unanswered
ecalifornica
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It's possible, sure, but the approach varies a bit depending on how you installed VisiData. The cleanest way I know of is to install VisiData into its own virtual environment from the start, and install loader dependencies into that same environment. If you already have an analysis environment with Pandas installed, pip installing VisiData there would be another option. Or if you've already installed through something other than pip (like Homebrew or apt), you can sniff your way from the $(head -1 $(which vd) | tr -d '#!') -m pip list
$(head -1 $(which vd) | tr -d '#!') -m pip install pandas |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm curious whether or not it's possible to use Visidata with a virtualenv? I'm unable to get Visidata to find my Pandas install.
Beta Was this translation helpful? Give feedback.
All reactions