The directory tree is the following:
/home/ /pythons/ /python3.6.3/ /bin/ /include/ /lib/ /sites/
I activate the env, I go to sites, trying to create a python project django-admin.py startproject in sites. Creates, writes python: can't open file 'django-admin.py': [Errno 2] No such file or directory.
Do not create the project folder in the bin? And if I understand correctly, when you activate the virtual environment files included in the directory of the virtual environment can be accessed from other directories. There is something with access rights. I suspect that the sites directory is not granted.