Created
October 18, 2022 15:36
-
-
Save KuangyeChen/041eaf5ade920b254eebac7fcd7b82c9 to your computer and use it in GitHub Desktop.
Setup pyenv / pipx / poetry in linux.
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
#!/usr/bin/env sh | |
git clone https://github.com/pyenv/pyenv.git ~/.pyenv | |
git clone https://github.com/pyenv/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenv | |
python3 -m pip install --user pipx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment