Has anyone succesfully tried to use python virtual environments (venv) inside of a buildplan in Bamboo?
I'm curious how this can be done.
Looking forward for your help
I just run Docker in Docker for bamboo agents, for which you can run/execute a virtual env, if you wanted. But not necessary since it is a one-time env already.......
Hello Paul,
Welcome to Atlassian community
Bamboo only uses "Shell" and "/bin/sh or cmd.exe" for executing scripts. I doubt about running venv inside plans.
Use the below workaround:
Also, ensure that you have the python installed as a capability on the agent which will run this build.
Regards,
Shashank Kumar
**please don't forget to Accept the answer if your query was answered**
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.