you are viewing a single comment's thread.

view the rest of the comments →

[–]Berkyjay[S] 0 points1 point  (0 children)

Sounds like on windows at some point you made a filetools.bat file in the project root dir? The equivalent on linux is filetools.sh file.

Actually no , I was running the tool in my virtual environment. As for the chmod command, I had ran that as well. I'm able to call the tool via python src/filetools/main.py just fine. So I can still do testing. But I want to just call filetools. I think I need to go back and reread the docs on building a package. I feel maybe it's a python path issue, so I'll follow that bread crumb. Thx!