throw more things at wall
This commit is contained in:
parent
7053c0dc93
commit
138e9c1486
1 changed files with 3 additions and 5 deletions
|
@ -44,12 +44,10 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
pip install --user dmgbuild
|
pip install dmgbuild
|
||||||
|
pip show dmgbuild
|
||||||
|
|
||||||
which pip
|
export PATH=${PATH}:/Library/Frameworks/Python.framework/Versions/2.7/bin
|
||||||
which python
|
|
||||||
echo $PATH
|
|
||||||
export PATH=${PATH}:$HOME/.local/bin/
|
|
||||||
dmgbuild --help
|
dmgbuild --help
|
||||||
|
|
||||||
pip install jsonrpc certifi
|
pip install jsonrpc certifi
|
||||||
|
|
Loading…
Reference in a new issue