Created
April 19, 2022 09:20
-
-
Save Keiku/76d8553b42b5b81139aa40620022f653 to your computer and use it in GitHub Desktop.
pip install the unreleased main repository
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
# 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