mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix conda PYTHONPATH
This commit is contained in:
parent
f94820a1c0
commit
cce9637adf
|
@ -19,7 +19,7 @@ dependencies:
|
|||
runtime:
|
||||
env:
|
||||
# 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:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue