Module: Autoproj::AutobuildExtensions::Python
- Defined in:
- lib/autoproj/autobuild_extensions/python.rb
Overview
Extension for Autobuild::Python
Instance Method Summary collapse
Instance Method Details
#activate_python ⇒ Object
7 8 9 10 |
# File 'lib/autoproj/autobuild_extensions/python.rb', line 7 def activate_python Autoproj::Python.(ws: ws) Autoproj::Python.assert_python_activated(ws: ws) end |
#update_environment ⇒ Object
12 13 14 15 |
# File 'lib/autoproj/autobuild_extensions/python.rb', line 12 def update_environment activate_python super end |