axiros / terminal_markdown_viewer

Styled Terminal Markdown Viewer
Other
1.8k stars 105 forks source link

Command not found: mdv #72

Closed jrwrigh closed 5 years ago

jrwrigh commented 5 years ago

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?

rodrigobdz commented 5 years ago

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

rodrigobdz commented 5 years ago

@jrwrigh Does it work now?

jrwrigh commented 5 years ago

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.