You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alesanchezr This project doesn't have a gitpod config , so when you close your environment and reload it - the pipenv gets messed up because the wrong python version is installed.
Workaround:
pipenv --rm
pipenv install
pipenv run start
Solution: Create a gitpod.yml so that we can configure the correct version of python and dependencies to load automatically.
The text was updated successfully, but these errors were encountered:
@alesanchezr This project doesn't have a gitpod config , so when you close your environment and reload it - the pipenv gets messed up because the wrong python version is installed.
Workaround:
Solution: Create a gitpod.yml so that we can configure the correct version of python and dependencies to load automatically.
The text was updated successfully, but these errors were encountered: