[UPD] changelog: update migration note, force delete directory
This commit is contained in:
parent
14bf1c8c56
commit
3522821665
1 changed files with 3 additions and 3 deletions
|
|
@ -12,11 +12,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|||
Because new update of Python and Poetry, recreate virtual environment.
|
||||
|
||||
```bash
|
||||
rm -r ~/.poetry
|
||||
rm -r ~/.pyenv
|
||||
rm -rf ~/.poetry
|
||||
rm -rf ~/.pyenv
|
||||
|
||||
rm ./get-poetry.py
|
||||
rm -r ./.venv
|
||||
rm -rf ./.venv
|
||||
|
||||
make install
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue