sitecustomize.py 146 B

1234
  1. import sys
  2. if sys.prefix == '/usr':
  3. sys.real_prefix = sys.prefix
  4. sys.prefix = sys.exec_prefix = '/home/ubuntu/eyes/install/camera_opencv'