Skip to content

Instantly share code, notes, and snippets.

@JoshM1994
Created June 2, 2020 23:58
Show Gist options
  • Save JoshM1994/bf89a09e252829009e289315d4dd2fb6 to your computer and use it in GitHub Desktop.
Save JoshM1994/bf89a09e252829009e289315d4dd2fb6 to your computer and use it in GitHub Desktop.
# https://github.com/pypa/pipenv/issues/3827#issuecomment-521442936
LOCK_FILE=$(find ~/Library/Caches/pipenv | grep lock)
sudo rm -rf ${LOCK_FILE}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment