mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
use python as interpreter
This commit is contained in:
parent
d1f9072855
commit
7497f733d6
|
@ -26,6 +26,6 @@ cd "${cur}" || { echo "Folder \"${cur}\" doesn't exist, aborting." && exit; }
|
|||
# init/update the submodule
|
||||
git submodule update --init --recursive
|
||||
# launch dotdrop
|
||||
PYTHONPATH=dotdrop python3 -m dotdrop.dotdrop --cfg="${cfg}" "${args[@]}"
|
||||
PYTHONPATH=dotdrop python -m dotdrop.dotdrop --cfg="${cfg}" "${args[@]}"
|
||||
# pivot back
|
||||
cd "${opwd}" || { echo "Folder \"${opwd}\" doesn't exist, aborting." && exit; }
|
||||
|
|
Loading…
Reference in a new issue