makerbot / conveyor

A printing dispatch engine for 3D objects and their friends
GNU Affero General Public License v3.0
26 stars 10 forks source link

conveyor needs to be run from the directory #16

Open tbuser opened 12 years ago

tbuser commented 12 years ago

Feature request: right now you have to be in the conveyor directory when you run conveyor or conveyord. It would be nice if that wasn't required. ie. being able to call it via /path/to/conveyor instead of having to cd /path/to/conveyor and then running ./conveyor

msamsonoff commented 12 years ago

It will work this way after the installer work is done.

Also, it is possible to run it from any directory if the conveyor and s3g python modules are in sys.path (by installing the modules, by setting PYTHONPATH, or by having a Python script adjust sys.path before importing and invoking one of the conveyor main modules).