Skip to content

Commit

Permalink
make sure it uses python3 (gitcoinco#7383)
Browse files Browse the repository at this point in the history
  • Loading branch information
molecula451 authored and apbendi committed Sep 17, 2020
1 parent 044f877 commit b645253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/RUNNING_LOCALLY_DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ Add `import ipdb;ipdb.set_trace()` to the method you want to inspect, you then r
`Q: How can I access the Django shell, similar to: python manage.py shell ?`
Simply run: `make get_django_shell` or `docker-compose exec web python app/manage.py shell`
Simply run: `make get_django_shell` or `docker-compose exec web python3 app/manage.py shell`
#### Access BASH
Expand Down

0 comments on commit b645253

Please sign in to comment.