I did a pip freeze in a virtualenv and saw packages I should not have seen. So I checked sys.path as follows ...

C:\Users\mike\envs\xxct3\train>..\Scripts\activate

(xxct3) C:\Users\mike\envs\xxct3\train>python

Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)] on win32

Type "help", "copyright", "credits" or "license" for more information.

>>> import sys

>>> sys.path

['', 'C:\\Python36\\python36.zip', 'C:\\Python36\\DLLs', 'C:\\Python36\\lib', 'C:\\Python36', 'C:\\Python36\\lib\\site-packages']

>>>


... and it doesn't have C:\Users\mike\envs\xxct3\Lib\site-packages in the path!

Anyone know what I'm doing wrong?

Thanks

Mike

--
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/5e4adf5d-bb39-3f58-d18d-0ddd2c2f284f%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.

Reply via email to