using for loop to install conda package
This commit is contained in:
5
.CondaPkg/env/Lib/site-packages/cv2/config.py
vendored
Normal file
5
.CondaPkg/env/Lib/site-packages/cv2/config.py
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import os
|
||||
|
||||
BINARIES_PATHS = [
|
||||
os.path.join(os.path.join(LOADER_DIR, '../../'), 'x64/vc14/bin')
|
||||
] + BINARIES_PATHS
|
||||
Reference in New Issue
Block a user