Skip to content

Commit 922f7de

Browse files
authored
Remove virtualenv install command
Signed-off-by: tpmccallum <[email protected]> Signed-off-by: Timothy McCallum <[email protected]>
1 parent 8429413 commit 922f7de

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

content/spin/v2/python-components.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,6 @@ Once the component is created, we can change into the `hello-world` directory, c
9494
$ cd hello-world
9595
```
9696

97-
Install the `virtualenv` tool:
98-
99-
<!-- @selectiveCpy -->
100-
101-
```console
102-
$ pip install virtualenv
103-
```
104-
10597
Create a virtual environment directory (we are still inside the Spin app directory):
10698

10799
<!-- @selectiveCpy -->
@@ -513,4 +505,4 @@ Please note, this error is specific to Homebrew-installed Python installations a
513505
- create a virtual environment using `python3 -m venv path/to/venv`, or
514506
- use the `--break-system-packages` option in your `pip3 install` command i.e. `pip3 install -r requirements.txt --break-system-packages`
515507

516-
We recommend installing a virtual environment using `venv`, as shown in the [system housekeeping section](#system-housekeeping-use-a-virtual-environment) above.
508+
We recommend installing a virtual environment using `venv`, as shown in the [system housekeeping section](#system-housekeeping-use-a-virtual-environment) above.

0 commit comments

Comments
 (0)