I am trying to create a virtual env on a mac when is execute the following line i get an error saying virtualenv is not compatible with this system
virtualenv env_new Using base prefix '/Users/ravinkohli/anaconda3' New python executable in /Users/ravinkohli/env_new/bin/python dyld: Library not loaded: @rpath/libpython3.5m.dylib Referenced from: /Users/ravinkohli/env_new/bin/python Reason: image not found ERROR: The executable /Users/ravinkohli/env_new/bin/python is not functioning ERROR: It thinks sys.prefix is '/Users/ravinkohli' (should be '/Users/ravinkohli/env_new') ERROR: virtualenv is not compatible with this system or executable -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5b2daf34-c1fb-4937-aa58-4d0a05c6982c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

