radiasoft / download

Install scripts for "curl | bash"
Apache License 2.0
3 stars 5 forks source link

Fix #639 nersc_sirepo_update_shifter arg handling #640

Closed robnagler closed 7 months ago

robnagler commented 7 months ago

improved README.md PYENV was being cascaded to shifter

robnagler commented 7 months ago

https://github.com/radiasoft/download/pull/637 assumed shifter <snip> python -c 'import pykern' would work (to support extracting the version of Python packages inside the image). It doesn't, because the PYENV_VERSION (and VIRTUAL_ENV) are injected by SHIFTER into the container. This is the opposite of Docker, which injects a very limited environment.