Skip to content

Instantly share code, notes, and snippets.

@KuangyeChen
Created October 18, 2022 15:36
Show Gist options
  • Save KuangyeChen/041eaf5ade920b254eebac7fcd7b82c9 to your computer and use it in GitHub Desktop.
Save KuangyeChen/041eaf5ade920b254eebac7fcd7b82c9 to your computer and use it in GitHub Desktop.
Setup pyenv / pipx / poetry in linux.
#!/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