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 d07020e commit a536255Copy full SHA for a536255
README.md
@@ -190,7 +190,7 @@ To install all the Python versions this SDK has been tested against run:
190
$ for version in 2.6.9 2.7.12 3.3.6 3.4.5 3.5.2 3.6.0b3; do pyenv install $version; done
191
```
192
193
-Sctivate the installed interpreters (execute in this directory):
+Activate the installed interpreters (execute in this directory):
194
195
```shell
196
$ pyenv local 2.6.9 2.7.12 3.3.6 3.4.5 3.5.2 3.6.0b3
0 commit comments