mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-29 19:14:05 +08:00
Used python3 -m pip instead of pip3 in pypi-check alias
This commit is contained in:
parent
a35d2c19fc
commit
08aa4b5bc3
@ -1,4 +1,4 @@
|
||||
alias pypi-check='pip3 install twine setuptools'
|
||||
alias pypi-check='python3 -m pip install twine setuptools'
|
||||
alias pypi-ltest='python3 setup.py sdist && python3 -m pip install dist/*'
|
||||
alias pypi-tupload='python3 setup.py sdist && twine upload --repository testpypi dist/*'
|
||||
alias pypi-upload='python3 setup.py sdist && twine upload dist/*'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user