I want to be able to run my Python project from the command line. I am referencing other projects, so I need to be able run modules in other folders.
One method of
If by "run modules" you mean importing them, you might be interested in this question I asked a while ago.