radude / rentry

Markdown pastebin from command line
https://rentry.co
MIT License
453 stars 23 forks source link

Installing on win in a venv doesnt work correctly #26

Open KaladinDMP opened 4 months ago

KaladinDMP commented 4 months ago

For some reason using pip install rentry works as expected but the rentry.py in the venv\Scripts\ path had no extension so kept telling me no module named rentry and no command called rentry no matter what i did, i finally start searching around and found the no extention rentry file, adding .py fixed this but seems like something that could be easily avoided. Works normally on gentoo on my linux server its only windows i found this issue. I also uninstalled and removed the cache to make sure it wasnt a cached issue (to redownload) before reporting

Thanks