File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
455459EOF
456460 return 127
457461}
You can’t perform that action at this time.
0 commit comments