-
Suggestion
-
Resolution: Fixed
-
None
-
None
-
0
-
Rationale
Python is a very popular language and it is expected that Bamboo treats it like a first class citizen, similar to the JDK. The current workaround is to manually configure executables.
Steps
- Install and Configure Bamboo
- Install Windows Server 2012 R2 (win-agent-01)
- Install and configure an Bamboo Agent on win-agent-01
- Install Python 3.4 and Python 2.7
- Visit the Bamboo website, select the agent and view its capabilities.
Note than even through Python was installed on the agent, Bamboo does not detect it.
Expected
Since Python 2.x is different than Python 3.x and there are some compatibility issues, it is expected that Bamboo will detect Python as follows:
- Python 2.7 - C:\Python27\pyhton.exe
- Python 2.4 - C:\Python34\pyhton.exe
It is possible to install Python in other file paths. The expectation is that Bamboo will detect python when installed on linux agents too.