Skip to content

Commit da34607

Browse files
authored
Merge pull request #101 from PyAutoLabs/feature/pulse-v1.1-refinements
Update pyauto-pulse resolve hint to no-pip PYTHONPATH+PATH setup
2 parents baae123 + 88f1fb7 commit da34607

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

bin/autobuild

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,12 +446,16 @@ _pulse_resolve() {
446446
return 0
447447
fi
448448
cat >&2 <<EOF
449-
autobuild: pyauto-pulse is not installed and the sibling checkout was
450-
not found at $HOME/Code/PyAutoLabs/PyAutoPulse/.
449+
autobuild: pyauto-pulse was not found on PATH or at the sibling checkout
450+
$HOME/Code/PyAutoLabs/PyAutoPulse/.
451451
452-
Clone + install with:
452+
PyAutoPulse is not pip-installed — like the other PyAuto repos it runs from
453+
its checkout via PYTHONPATH + PATH in ~/.bashrc. Set it up with:
453454
git clone https://github.com/PyAutoLabs/PyAutoPulse.git \$HOME/Code/PyAutoLabs/PyAutoPulse
454-
pip install -e \$HOME/Code/PyAutoLabs/PyAutoPulse
455+
# add to ~/.bashrc:
456+
# export PATH="\$HOME/Code/PyAutoLabs/PyAutoPulse/bin:\$PATH"
457+
# export PYTHONPATH="\$PYTHONPATH:\$HOME/Code/PyAutoLabs/PyAutoPulse"
458+
source ~/.bashrc
455459
EOF
456460
return 127
457461
}

0 commit comments

Comments
 (0)