conda-incubator / conda-project

Tool for encapsulating, running, and reproducing projects with Conda environments
https://conda-incubator.github.io/conda-project/
BSD 3-Clause "New" or "Revised" License
28 stars 11 forks source link

User directory expansion not working #109

Closed AlbertDeFusco closed 1 year ago

AlbertDeFusco commented 1 year ago

When using flags like --directory=~/projects/my-project a directory called ~ is created in your current working directory rather than expanding the home directory first.

Note this doesn't happen if --directory ~/projects/my-project, notice that = was omitted.