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
for /f %%i in ('python -c "from distutils.sysconfig import get_python_lib; import sys; print get_python_lib().replace(sys.prefix, '').replace('dist-', 'site-')"') do set PYTHON_SITE_PACKAGES=%%i
setlocal
SET PYTHONPATH=%root_path%output\%PYTHON_SITE_PACKAGES%