sphuber / aiida-shell

AiiDA plugin that makes running shell commands easy.
MIT License
14 stars 7 forks source link

Allow skipping making the command executable absolute in `launch_shell_job` #72

Closed sphuber closed 7 months ago

sphuber commented 7 months ago

By default, the command passed to launch_shell_job is made absolute before creating a Code node. This is not always desirable, for example if the user wants to run the executable in a virtual environment that is loaded in the prepend_text of the job.