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

no such executable vd appears after pip3 install visidata #68

Closed
daveloyall opened this issue Jun 29, 2017 · 5 comments
Closed

no such executable vd appears after pip3 install visidata #68

daveloyall opened this issue Jun 29, 2017 · 5 comments

Comments

@daveloyall
Copy link

I'm using Debian sid. I did approximately the following:

$ apt-get install python3-pip
...success...
$ pip3 install visidata
...some error about bdist_wheel...
$ pip3 install wheel
...success...
$ pip3 install visidata
...success...
$ vd ~/data/my.csv
bash: vd: command not found
$ find ~/.pip ~/local/lib/python3.5 -iname vd
...not found...
$ find ~/.pip ~/local/lib/python3.5 -iname visidata
/home/hobbes/.local/lib/python3.5/site-packages/visidata
...(that's a directory)...

How should I be invoking visidata? Thank you in advance... Sorry I don't know how pip works!

@saulpw
Copy link
Owner

saulpw commented Jun 29, 2017

Hm, that should work...have you tried doing a rehash? (Perhaps your shell has cached an invalid path for vd somehow?) I will try to repro this myself with a Debian AWS instance.

@daveloyall
Copy link
Author

$ rehash
bash: rehash: command not found

@daveloyall
Copy link
Author

It's unclear to me how pip expects to know what is in my $PATH.

Meanwhile, I didn't find any file named vd under the directories that pip3 wrote to. Unless it wrote to some directory not checked in the find commands in my multi-line paste above.

@saulpw
Copy link
Owner

saulpw commented Jul 1, 2017

I'm sorry, I don't know. It's unfortunately outside the scope of my knowledge, and it works from a brand new instance for me. Please do update this issue if you figure it out.

@saulpw saulpw closed this as completed Jul 1, 2017
@daveloyall
Copy link
Author

The vd binary was placed in ~/.local/bin. Thanks to #python on Freenode for that information!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants