mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
fix(conda)
oops, left python in env
This commit is contained in:
parent
cce9637adf
commit
53da7c209e
|
@ -14,15 +14,11 @@ versions:
|
||||||
- /-1-MacOSX-arm64.sh/
|
- /-1-MacOSX-arm64.sh/
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: ~3.11
|
pkgx.sh: ^1
|
||||||
|
|
||||||
runtime:
|
|
||||||
env:
|
|
||||||
# https://github.com/conda/conda/issues/9356#issuecomment-577271046
|
|
||||||
PYTHONPATH: '{{prefix}}/venv/lib/python3.11/site-packages'
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
python.org: ~3.11
|
||||||
gnu.org/patch: '*'
|
gnu.org/patch: '*'
|
||||||
curl.se: '*'
|
curl.se: '*'
|
||||||
script:
|
script:
|
||||||
|
@ -39,10 +35,11 @@ build:
|
||||||
- run: patch -p1 < $SRCROOT/props/context.py.diff
|
- run: patch -p1 < $SRCROOT/props/context.py.diff
|
||||||
working-directory: ${{prefix}}/venv/lib/python3.11/site-packages
|
working-directory: ${{prefix}}/venv/lib/python3.11/site-packages
|
||||||
|
|
||||||
|
- bkpyvenv seal {{prefix}} conda
|
||||||
|
|
||||||
# we desire to provide a conda that doesn’t require you to force it into
|
# we desire to provide a conda that doesn’t require you to force it into
|
||||||
# your shellrc this command modifies the installation to prevent it
|
# your shellrc this command modifies the installation to prevent it
|
||||||
# erroring so we have to do prior to pkging it
|
# erroring so we have to do prior to pkging it
|
||||||
- bkpyvenv seal {{prefix}} conda
|
|
||||||
- '{{prefix}}/bin/conda init'
|
- '{{prefix}}/bin/conda init'
|
||||||
env:
|
env:
|
||||||
darwin/aarch64:
|
darwin/aarch64:
|
||||||
|
|
Loading…
Reference in a new issue