I tried to create a virtualenv for a django app. That is the result:
21:27 ~ $ source virtualenvwrapper.sh
21:29 ~ $ mkvirtualenv --python=python3.4 django16
Running virtualenv with interpreter /usr/bin/python3.4
Using base prefix '/usr'
New python executable in django16/bin/python3.4
Also creating executable in django16/bin/python
Failed to import the site module
Traceback (most recent call last):
File "/home/gestionebeb/.virtualenvs/django16/lib/python3.4/site.py", line 67, in <module>
import os
File "/home/gestionebeb/.virtualenvs/django16/lib/python3.4/os.py", line 614, in <module>
from _collections_abc import MutableMapping
ImportError: No module named '_collections_abc'
ERROR: The executable django16/bin/python3.4 is not functioning
ERROR: It thinks sys.prefix is '/home/gestionebeb/.virtualenvs' (should be '/home/gestionebeb/.virtualenvs/django16')
ERROR: virtualenv is not compatible with this system or executable
21:30 ~ $ workon django16
ERROR: Environment '/home/gestionebeb/.virtualenvs/django16' does not contain an activate script.
21:30 ~ $
Thanks for help
[edited by admin: formatting]