asdf-community / asdf-community/asdf-python
bug: asdf cannot resolve config paths with whitespace in them
Open
- Dominant language
- Shell
- Stars
- 729
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
From original issue with more context: [asdf-ruby/issues/270](https://github.com/asdf-vm/asdf-ruby/issues/270)
If `$ASDF_DATA_DIR` is set to a path with whitespace in it, the asdf-python plugin cannot do the business:
```console
$ echo $ASDF_DATA_DIR
/Users/ryan/Library/Application Support/asdf
$ asdf install python 3.10.2
Downloading python-build...
fatal: could not create leading directories of '/Users/ryan
Support//asdf/plugins/python/pyenv': Permission denied
$
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.