Method: Autoproj::AutobuildExtensions::Python#activate_python

Defined in:
lib/autoproj/autobuild_extensions/python.rb

#activate_pythonObject



7
8
9
10
# File 'lib/autoproj/autobuild_extensions/python.rb', line 7

def activate_python
    Autoproj::Python.setup_python_configuration_options(ws: ws)
    Autoproj::Python.assert_python_activated(ws: ws)
end