Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Unable to run pytest using Python virtual environment #4142

Chandru ·

I am trying to setup virtual environment in my QB Agent (Windows)
After creating the virtual environment and running the activate command inside venv\Scripts\ folder does nothing and QuickBuild moves on to the next step without logging any error / nor running virtual environment

commands used:
virtualenv venv
cd <my_project_dir>\venv\Scripts\activate
cd <my_project_dir>\venv\Scripts\activate.bat

  • replies 1
  • views 230
  • stars 0
robinshen ADMIN ·

How about running same commands from command prompt directly? If it works, please run QB agent in console mode to make sure it uses the same environment as your command prompt and test again.