Commit 369ced14 by adnan-st Committed by GitHub

Fixed missing space in env activation 'one-liner' (#3350)

`source`poetry env info --path`/bin/activate`
replaced with:
`source `poetry env info --path`/bin/activate`
parent d646d45d
......@@ -120,7 +120,7 @@ To deactivate this virtual environment simply use `deactivate`.
|-------------------|------------------------------------------------|---------------------------------------------|-----------------|
| New Shell | `poetry shell` | `poetry shell` | `exit` |
| Manual Activation | `source {path_to_venv}/bin/activate` | `source {path_to_venv}\Scripts\activate.bat`| `deactivate` |
| One-liner | ```source`poetry env info --path`/bin/activate```| | `deactivate` |
| One-liner | ```source `poetry env info --path`/bin/activate```| | `deactivate` |
### Version constraints
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment