Fix ImportError: cannot import name find_spec
find_spec isn't available in Python 3.3; it was added in Python 3.4.
This commit is contained in:
parent
c3ebdac547
commit
3cf1378da5
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ Templates give you full control of each component of your application.
|
||||||
Sometimes your application is simple enough and you don't want to bother with templates. In that case, you can let OpenShift inspect your source code and create the required components automatically for you:
|
Sometimes your application is simple enough and you don't want to bother with templates. In that case, you can let OpenShift inspect your source code and create the required components automatically for you:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ oc new-app openshift/python-33-centos7~https://github.com/openshift/django-ex
|
$ oc new-app centos/python-35-centos7~https://github.com/openshift/django-ex
|
||||||
imageStreams/python-33-centos7
|
imageStreams/python-35-centos7
|
||||||
imageStreams/django-ex
|
imageStreams/django-ex
|
||||||
buildConfigs/django-ex
|
buildConfigs/django-ex
|
||||||
deploymentConfigs/django-ex
|
deploymentConfigs/django-ex
|
||||||
|
|
Loading…
Reference in a new issue