AstraLuma / xontrib-avox

autovox policy based on project directories
GNU General Public License v3.0
10 stars 3 forks source link

Warning: Unconfigured $PROJECT_DIRS despite it being set #1

Closed moigagoo closed 8 years ago

moigagoo commented 8 years ago

I have $PROJECT_DIRS = ["~/Projects"] in my .xonshrc, but avox seems to disregard that.

AstraLuma commented 8 years ago

Use $PROJECT_DIRS = [os.path.expanduser"~/Projects")].

(The closest xonsh has to doing that conveniently for python is globbing.)

AstraLuma commented 8 years ago

(Also, if you just pulled from pip, I broke avox new/avox create. I'm going to try to do a fixed release tonight.)

moigagoo commented 8 years ago

Thanks!