From 321c7b97039699ff7b0c974fbffe2cf4e9312b74 Mon Sep 17 00:00:00 2001 From: Ben Vinegar <2153+benvinegar@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:33:49 -0400 Subject: [PATCH] Add note about restarting terminal after devenv sync (#11125) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I hit a wall twice in a row here where I ran `devenv sync`, but the `sentry` command wasn't on my path until I restarted my terminal and `cd` into my Sentry project install. After which it ran this: ``` ❯ cd Projects/getsentry direnv: loading ~/Projects/getsentry/.envrc SUCCESS! direnv: export +NODE_OPTIONS +PIP_DISABLE_PIP_VERSION_CHECK +PYTHONUNBUFFERED +SENTRY_DEVENV_HOME +SENTRY_DEVSERVICES_DSN +SENTRY_INSTRUMENTATION +SENTRY_UI_HOT_RELOAD +VIRTUAL_ENV +XDG_CACHE_HOME +XDG_CONFIG_DIRS +XDG_CONFIG_HOME +XDG_DATA_DIRS +XDG_DATA_HOME +XDG_RUNTIME_DIR +XDG_STATE_HOME ~PATH ``` ... and everything went fine from there. --- develop-docs/development/environment/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/develop-docs/development/environment/index.mdx b/develop-docs/development/environment/index.mdx index 32b17350fe10a..a7c9ef4465373 100644 --- a/develop-docs/development/environment/index.mdx +++ b/develop-docs/development/environment/index.mdx @@ -21,6 +21,8 @@ When you're done with setup, you'll want to also review the