Fixes asdf-exec path

This commit is contained in:
Chris McKnight 2016-06-15 16:53:39 -05:00 committed by GitHub
parent 776d947a11
commit 4997fb6ef7

View file

@ -16,7 +16,7 @@ run_python() {
local short_python_version="${splitted_version[0]}.${splitted_version[1]}"
exec /home/daniel/.asdf/bin/private/asdf-exec python bin/python${short_python_version} $@
exec $HOME/.asdf/bin/private/asdf-exec python bin/python${short_python_version} $@
}
run_python $@