# Virtual environment
If you create a virtual environment using the built-in Python on macOS, a pywebview window will have issues with keyboard focus and Cmd+Tab. The issue can be avoided by using other Python installation as described here (opens new window). For example to use Python 3 via Homebrew (opens new window).
brew install python3
virtualenv pywebview_env -p python3
← Security Web engine →