mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix conda PYTHONPATH
This commit is contained in:
parent
f94820a1c0
commit
cce9637adf
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ dependencies:
|
||||||
runtime:
|
runtime:
|
||||||
env:
|
env:
|
||||||
# https://github.com/conda/conda/issues/9356#issuecomment-577271046
|
# https://github.com/conda/conda/issues/9356#issuecomment-577271046
|
||||||
PYTHONPATH: '{{prefix}}/lib/python3.11/site-packages'
|
PYTHONPATH: '{{prefix}}/venv/lib/python3.11/site-packages'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue