You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On macOS, I had a weird issue, running "make / make setup" as it drops out of the venv and I have to manually activate the venv afterwards to run the other makefile targets. Manually running the "python3 -m venv venv && source venv/bin/activate && pip install -r requirements-dev.txt" leaves me in the venv. Probably has something to do with my setup but a bit of a gotcha (this could be because I'm on an M1 mac).
The text was updated successfully, but these errors were encountered:
From #12 review:
The text was updated successfully, but these errors were encountered: