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

'vedo' is not recognized as an internal or external command, operable program or batch file #359

Closed
arisliang opened this issue Apr 2, 2021 · 3 comments

Comments

@arisliang
Copy link

I installed vedo successfully:

In [1]: import vedo

In [2]: vedo.version
Out[2]: '2021.0.2'

But not able to run vedo -r covid19 in terminal as in README described.

OS: windows 10, python 3.8

@marcomusy
Copy link
Owner

That's the windows nightmare of the PATH environment..
you need to know where the installation goes in your system and set the path accordingly..
You may try to follow this recipe: marcomusy/pianoplayer#27

@arisliang
Copy link
Author

any particular file I should the path contain?

@marcomusy
Copy link
Owner

it should point to the vedo/bin/vedo executable

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