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
virtualenv --no-site-packages --python=/usr/bin/python3.8 ~/pyenv/zarr-dev
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/python3.8'
In the docs (https://zarr.readthedocs.io/en/stable/contributing.html#creating-a-development-environment).
Tried a quick copy paste to set up a dev environment but got
I see
❯ python --version
Python 3.9.1