Setting up pipenv on terra has been plagued with many corner cases of failure for a while. It always gets fixed by hand, and the problem is never really solved.
This is the first attempt to fix it. If pipenv is not detected, then it will automatically:
Download miniconda
Use miniconda to download python 3.7.13
Use python 3.7.13 to install pipenv 2023.4.29 and virtualenv 20.23.0
Use pipenv 2023.4.29 to create a python 3.7.13 virtualenv and sync to it
This should resolve most of the issue we are constantly running into
Setting up pipenv on terra has been plagued with many corner cases of failure for a while. It always gets fixed by hand, and the problem is never really solved.
This is the first attempt to fix it. If
pipenv
is not detected, then it will automatically:This should resolve most of the issue we are constantly running into