Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for PYTHONPATH (0.06 seconds)

  1. scripts/test.sh

    #!/usr/bin/env bash
    
    set -e
    set -x
    
    export PYTHONPATH=./docs_src
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sun Jun 11 21:38:15 GMT 2023
    - 99 bytes
    - Click Count (0)
  2. configure.py

      # If chosen python_lib_path is from a path specified in the PYTHONPATH
      # variable, need to tell bazel to include PYTHONPATH
      if environ_cp.get('PYTHONPATH'):
        python_paths = environ_cp.get('PYTHONPATH').split(':')
        if python_lib_path in python_paths:
          write_action_env_to_bazelrc('PYTHONPATH', environ_cp.get('PYTHONPATH'))
    
      # Write tools/python_bin_path.sh
      with open(
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Wed Apr 30 15:18:54 GMT 2025
    - 48.3K bytes
    - Click Count (0)
Back to Top