Created
March 23, 2022 19:00
(python management) install shiv, poetry, pdm into /usr/local/bin ; no need to create virtualenvs for tools anymore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python3 -m venv /usr/local/shiv-venv && /usr/local/shiv-venv/bin/pip install shiv && /usr/local/shiv-venv/bin/shiv -c shiv -o /usr/local/bin/shiv shiv | |
/usr/local/bin/shiv -c poetry -o /usr/local/bin/poetry poetry | |
/usr/local/bin/shiv -c pdm -o /usr/local/bin/pdm pdm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment