axiros/terminal_markdown_viewer

Command not found: mdv

jrwrigh opened this issue · 3 comments

I just installed the module via pip install mdv.

I'm trying to use the CLI, but it comes up as zsh: command not found: mdv:

 u2berggeist@U2BERGGEIST$ mdv README.md
zsh: command not found: mdv

Is there some additional setup I'm missing?

Have you checked if the folder where pip installs binaries is added to your PATH env variable?
In my case (mac) packages are installed to this directory: ${HOME}/Library/Python/2.7/bin

@jrwrigh Does it work now?

I installed mdv on an instance of WSL and have uninstalled it unfortunately. I wasn't able to get it working before I uninstalled WSL.

I closed the issue since I've uninstalled the program and can't actually verify what the issue is and how to fix it.