child/name
This commit is contained in:
parent
6891be7a73
commit
456b96da31
1 changed files with 3 additions and 2 deletions
5
pidd.sh
5
pidd.sh
|
@ -672,11 +672,12 @@ PIDD_STEP = $((PIDD_STEP+1))
|
||||||
|
|
||||||
pidd_switch_to_python () {
|
pidd_switch_to_python () {
|
||||||
pidd_step "Switch to Python"
|
pidd_step "Switch to Python"
|
||||||
|
pidd_switch_to_python__name="$(basename "${PIDD_GIT_CHILD}")"
|
||||||
echo "\
|
echo "\
|
||||||
${PIDD_PATH}
|
${PIDD_PATH}
|
||||||
↓
|
↓
|
||||||
${PIDD_PYTHON_PACKAGES}/${PIDD_GIT_CHILD}"
|
${PIDD_PYTHON_PACKAGES}/${pidd_switch_to_python__name}"
|
||||||
"${PIDD_PYTHON_ALIAS}" -m "${PIDD_GIT_CHILD}" "${@}"
|
"${PIDD_PYTHON_ALIAS}" -m "${pidd_switch_to_python__name}" "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# functions
|
# functions
|
||||||
|
|
Loading…
Reference in a new issue