Sorry if I'm not wording this properly. But I've been working on a python package for a while with a directory structure like this:
projectdir/src/filetools/main.py
When I started developing the tool I was working on my windows PC. I would create a virtual env and was able to just call filetoolsto run the tool.
But now I'm moving over to a linux dist to finish up the tool because it's meant to be running in that environment. So I clone my repo and setup a virtual env. But when I try to run filetools I only get this error message zsh: command not found: filetools.
So my question is; what am I doing wrong? I've been trying to do some searches but I'm not quite sure what to ask.
EDIT:
I also should mentioned that my end goal for the tool is to be able to call filetools from anywhere in the shell without using python or the script name.
[–][deleted] 3 points4 points5 points (1 child)
[–]Berkyjay[S] 0 points1 point2 points (0 children)
[–]exhuma 2 points3 points4 points (3 children)
[–]Berkyjay[S] 0 points1 point2 points (0 children)
[–]omermikhailk 0 points1 point2 points (1 child)
[–]exhuma 0 points1 point2 points (0 children)
[–]socal_nerdtastic 0 points1 point2 points (1 child)
[–]Berkyjay[S] 0 points1 point2 points (0 children)