-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
You can add to the README.md because it would be a common error when updating PWB python versions.
Note Running in PWB
- If PWB has been updated it means there are new Python versions. So, you have to check if your previously created pyenv is still there. Run this command in the terminal tab: ls -l ~/.virtualenvs
- If you see pyenv folder we have to delete it using this command: rm -rf ~/.virtualenvs/venv313
- The previous pyenv gets obsolete because of a PWB update with new Python versions.
- We will be able to run this project because it will create a new pyenv (with the new Python version).
Reactions are currently unavailable
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation