Skip to content

Python path

Hill Liu edited this page Oct 13, 2020 · 12 revisions
Table of Contents

Docker

cd /code && /root/site/bin/python manage.py shell

Heroku

cd /app && .heroku/python/bin/python manage.py shell

venv

venv/bin/python3
Clone this wiki locally