Skip to content

Commit

Permalink
Add --system-site-packages flag for LC users
Browse files Browse the repository at this point in the history
  • Loading branch information
xorJane authored Jun 6, 2024
1 parent eaa9eee commit 9b33bbb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,23 @@ mkdir ~/venvs
python3 -m venv ~/venvs/maestro
```

<details>
<summary>

(Click the arrow for a note to LC users trying to build their own virtual
environments with Maestro)

</summary>
We recommend that LC users add the flag `--system-site-packages` when
creating a virtual environment:

``` bash
mkdir ~/venvs
python3 -m venv --system-site-packages ~/venvs/maestro
```

</details>

This should create the folder at `~/venvs/maestro`, containing

``` bash
Expand Down

0 comments on commit 9b33bbb

Please sign in to comment.