Skip to content

Instantly share code, notes, and snippets.

@Keiku
Created April 19, 2022 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Keiku/76d8553b42b5b81139aa40620022f653 to your computer and use it in GitHub Desktop.
Save Keiku/76d8553b42b5b81139aa40620022f653 to your computer and use it in GitHub Desktop.
pip install the unreleased main repository
# pip install the unreleased main repository
git clone https://github.com/pypa/pipenv.git
python setup.py develop --user
# or below command
pip install git+https://github.com/pypa/pipenv.git --user
# add PATH for fish shell
set -U fish_user_paths /home/anasys/.local/bin $fish_user_paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment