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 8f431e2 commit 4243061Copy full SHA for 4243061
site/en/install/pip.md
@@ -239,8 +239,8 @@ The following NVIDIA® software are only required for GPU support.
239
conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1.0
240
```
241
242
- Configure the system paths. You can do it with following command everytime
243
- your start a new terminal after activating your conda environment.
+ Configure the system paths. You can do it with the following command every time
+ you start a new terminal after activating your conda environment.
244
245
```bash
246
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CONDA_PREFIX/lib/
0 commit comments