CSCfi / hpc-container-wrapper

Tool to wrap installations into a container designed for use on HPC systems
MIT License
27 stars 8 forks source link

Venv path is not first in conda based environments #7

Closed Nortamo closed 1 year ago

Nortamo commented 2 years ago

Due to conda env activation the venv path is not first inside the container -> calls to python inside the container will miss the virtual environment

Nortamo commented 1 year ago

14 Would fix this at the expense of conda not being activated when calling through venv which makes more sense

Nortamo commented 1 year ago

Solved by #14