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

Tidy and work correctly with pip or pip3 #16

Closed jhodrien closed 1 year ago

jhodrien commented 1 year ago
- Use either pip3 or pip as available
- Tweaks the python3 test to work correctly
- Adjust two other commands to allow you to run this more than once without
  generating errors.
- Make the install script executable so we don't have to run bash separately.

I was using this with Anaconda which only provides pip, not pip3.