diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index 8d542518169..3914e1152e3 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -73,7 +73,7 @@ sudo yum -y install rh-python34
Step 4. Start using software collections:
```bash -sudo scl enable rh-python34 bash +scl enable rh-python34 bash ```