Pinned Loading
-
Checks that the installed version of...
Checks that the installed version of required packages is compatible with the version specified in requirements.txt 1"""
2Makes sure the correct versions of the packages are installed
3i.e. the specified versions from the requirements.txt
45Example:
-
bash prompt customization: prefixing...
bash prompt customization: prefixing with git branch, poetry or pyenv version/virtualenv 1#### git branch and pyenv-virtualenv bash prompt customization
2# Git branch in prompt. https://stackoverflow.com/questions/15883416/adding-git-branch-on-the-bash-command-prompt
3get_git_branch() {
4git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'
5}
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.