Skip to content

Commit 3046cdc

Browse files
authored
Removed deactivate command.
1 parent 7cf1c57 commit 3046cdc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

site/en/install/pip.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,10 @@ The following NVIDIA® software are only required for GPU support.
203203
python3 -m venv tf
204204
```
205205

206-
You can activate and deactivate it with the following commands.
206+
You can activate it with the following command.
207207

208208
```bash
209-
source tf/bin/activate
210-
deactivate
209+
source tf/bin/activate
211210
```
212211

213212
Make sure that the virtual environment is activated for the rest of the installation.

0 commit comments

Comments
 (0)