We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf1c57 commit 3046cdcCopy full SHA for 3046cdc
site/en/install/pip.md
@@ -203,11 +203,10 @@ The following NVIDIA® software are only required for GPU support.
203
python3 -m venv tf
204
```
205
206
- You can activate and deactivate it with the following commands.
+ You can activate it with the following command.
207
208
```bash
209
- source tf/bin/activate
210
- deactivate
+ source tf/bin/activate
211
212
213
Make sure that the virtual environment is activated for the rest of the installation.
0 commit comments