Silver Library (Archived)
[Django/pipenv] If pipenv shell does not work... 본문
반응형
Solution
1. pipenv shell
-> error
2. pipenv --three (this seems to establish a new virtualenv & solves the issue).
Note:
Do not dare to input the command if I have no idea what may happen.
Unless I know when I should use 'pipenv --rm' command, NEVER USE THIS.
'Personal DB' 카테고리의 다른 글
Django note - Custom logic & template (0) | 2020.12.18 |
---|---|
How to create a folder in Linux dir? (0) | 2020.12.14 |
Django - note 11th Dec (0) | 2020.12.12 |
Django - a way to programme any stuff (0) | 2020.12.09 |
#Django (Notion) - ManyToManyField, ForeignKey (0) | 2020.12.02 |