Lines Matching full:environment
8 - Set up a command-line Zephyr development environment on Ubuntu, macOS, or
164 the command line tools are on your :envvar:`PATH` :ref:`environment
211 additional Python dependencies in a `Python virtual environment`_.
213 .. _Python virtual environment: https://docs.python.org/3/library/venv.html
225 #. Create a new virtual environment:
231 #. Activate the virtual environment:
238 virtual environment can be deactivated at any time by running
243 Remember to activate the virtual environment every time you
277 #. Create a new virtual environment:
283 #. Activate the virtual environment:
290 virtual environment can be deactivated at any time by running
295 Remember to activate the virtual environment every time you
331 #. Create a new virtual environment:
338 #. Activate the virtual environment:
345 virtual environment can be deactivated at any time by running
350 Remember to activate the virtual environment every time you
560 or :envvar:`ZEPHYR_SDK_INSTALL_DIR` environment variables are already set.
563 For more information about these environment variables in Zephyr, see :ref:`env_vars_important`.