Sha256: 782e9f92eb881660d43071b7f85fd382e7cc238d330b487653fee2a93419f635

Contents?: true

Size: 461 Bytes

Versions: 5

Compression:

Stored size: 461 Bytes

Contents

# frozen_string_literal: true

module Autoproj
    module AutobuildExtensions
        # Extension for Autobuild::Python
        module Python
            def activate_python
                Autoproj::Python.setup_python_configuration_options(ws: ws)
                Autoproj::Python.assert_python_activated(ws: ws)
            end

            def update_environment
                activate_python
                super
            end
        end
    end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
autoproj-2.17.0 lib/autoproj/autobuild_extensions/python.rb
autoproj-2.16.0 lib/autoproj/autobuild_extensions/python.rb
autoproj-2.15.3 lib/autoproj/autobuild_extensions/python.rb
autoproj-2.15.2 lib/autoproj/autobuild_extensions/python.rb
autoproj-2.15.1 lib/autoproj/autobuild_extensions/python.rb