Created
April 1, 2019 14:39
-
-
Save pranavcode/a8c65279304b4f7095a9b2fd5ad0981f to your computer and use it in GitHub Desktop.
Velotio - HashiCorp Consul Part 2 - Configuration of Django App with Consul KV using Python library python-consul
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 shell | |
Launching subshell in virtual environment… | |
. /home/pranav/.local/share/virtualenvs/tweeter-PYSn2zRU/bin/activate | |
$ . /home/pranav/.local/share/virtualenvs/tweeter-PYSn2zRU/bin/activate | |
(tweeter) $ pipenv install python-consul | |
Installing python-consul… | |
Adding python-consul to Pipfile's [packages]… | |
✔ Installation Succeeded | |
Locking [dev-packages] dependencies… | |
Locking [packages] dependencies… | |
✔ Success! | |
Updated Pipfile.lock (9590cc)! | |
Installing dependencies from Pipfile.lock (9590cc)… | |
🐍 ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 14/14 — 00:00:20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment