Skip to content

Add Notes section in README for PWB upgrades #13

@gafo25

Description

@gafo25

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).

Metadata

Metadata

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions