mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
conda PYTHONPATH fix
This commit is contained in:
parent
94970ed3d0
commit
f39be11032
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ dependencies:
|
||||||
|
|
||||||
runtime:
|
runtime:
|
||||||
env:
|
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:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue