Skip to content

Instantly share code, notes, and snippets.

@neanias
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neanias/9c2e3bbae23730135348 to your computer and use it in GitHub Desktop.
Save neanias/9c2e3bbae23730135348 to your computer and use it in GitHub Desktop.
virtualenv -p $(which python3) venv
Running virtualenv with interpreter /usr/local/bin/python3
Using base prefix '/usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework/Versions/3.4'
New python executable in venv/bin/python3.4
Also creating executable in venv/bin/python
Failed to import the site module
Traceback (most recent call last):
File "/Users/williammathewson/Programming/Python/possel/venv/bin/../lib/python3.4/site.py", line 67, in <module>
import os
File "/Users/williammathewson/Programming/Python/possel/venv/bin/../lib/python3.4/os.py", line 616, in <module>
from _collections_abc import MutableMapping
ImportError: No module named '_collections_abc'
ERROR: The executable venv/bin/python3.4 is not functioning
ERROR: It thinks sys.prefix is '/Users/williammathewson/Programming/Python/possel' (should be '/Users/williammathewson/Programming/Python/possel/venv')
ERROR: virtualenv is not compatible with this system or executable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment