Last active
March 13, 2019 11:33
-
-
Save hectorcanto/9953eeefcd31f72fafda1de4f0462613 to your computer and use it in GitHub Desktop.
[Pipenv] pipenv commands #python #pip #pipenv
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
pipenv -h | |
pipenv install | |
pipenv --python3.7 | |
pipenv shell | |
pipenv install --dev sphinx | |
pipenv install --dev sphinx --skip-lock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment