mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
conda PYTHONPATH fix
This commit is contained in:
parent
94970ed3d0
commit
f39be11032
|
@ -18,7 +18,8 @@ dependencies:
|
|||
|
||||
runtime:
|
||||
env:
|
||||
PYTHONPATH: '{{prefix}}/lib/python3.11/site-packages:$PYTHONPATH'
|
||||
# https://github.com/conda/conda/issues/9356#issuecomment-577271046
|
||||
PYTHONPATH: '{{prefix}}/lib/python3.11/site-packages'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue