Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👌 CLI: improve
create --python
versatility
Adapt the `--python` option of the `create` command to also allow the user to simply specify the binary name as long as it is in the `PATH`, for example: aiida-project create --python python3.9 aiida will automatically resolve the path to the `python3.9` binary using the `which` command. To make things even simpler, the `create` command will also try to resolve the Python binary if only the version is specified, for example: aiida-project create --python 3.9 aiida
- Loading branch information