ldx / DBdownload

A simple one-way Dropbox sync client in Python
Other
60 stars 17 forks source link

Windows configuration steps? #7

Open modle opened 8 years ago

modle commented 8 years ago

Yes, I know. OS choice is outside of my control.

I was able to get past the install, but can't execute the dbdownload command using the git bash. Is there a way to browbeat bash into finding the command? Adding additional packages through Cygwin is also restricted, and beyond my control.

Failing that, perhaps manual configuration steps for dbdownload.conf would suffice.

ldx commented 8 years ago

Unfortunately I can't help with Windows, but I'll leave this open and hope someone else can chime in and help out.

gtozzi commented 7 years ago

In Windows you probably don't need Cygwin at all because native Python install packages are available for that OS.

Anyway, your issue seems to be a path issue. Did you try adding the script folder to $PATH?