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
Yep, it works only there because the settings.json file specifies venv location.
If after the poetry install venv was not created inside the project directory, delete this venv by using the poetry env remove /full/path/to/python command, and after it re-run the next commands.
- `poetry config virtualenvs.in-project true`
- `poetry install`
- `poetry run` - helped to run the RST commands
The text was updated successfully, but these errors were encountered:
Yep, it works only there because the
settings.json
file specifies venv location.If after the poetry install venv was not created inside the project directory, delete this venv by using the
poetry env remove /full/path/to/python
command, and after it re-run the next commands.The text was updated successfully, but these errors were encountered: