sudo pip install virtualenv
The directory '/Users/jaydenwilhelm/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/jaydenwilhelm/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
after trying a second time, I get the above message plus:
Requirement already satisfied (use --upgrade to upgrade): virtualenv in /Library/Python/2.7/site-packages
I have noticed that the directories mentioned in both of these are not showing up when I try to find them in Finder (I know how to get to the Library folder)
Is the second one mentioning some computer-wide Library that I can't access through my user?
I have also tried uninstalling and reinstalling with the h flag attached:
in which case it will give none of the yellow text errors, but still not allow me to use the virtualenv command.
Any help would be much appreciated!
Thanks!
--
You received this message because you are subscribed to the Google Groups "Evennia" group.
To unsubscribe from this group and stop receiving emails from it, send an email to evennia+u...@googlegroups.com.
To post to this group, send email to eve...@googlegroups.com.
Visit this group at https://groups.google.com/group/evennia.
To view this discussion on the web visit https://groups.google.com/d/msgid/evennia/925a3b95-d8e9-4aba-a2c8-b33d7b2cb758%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Julianas-MBP:pydev jaydenwilhelm$ virtualenv pyenv
-bash: virtualenv: command not found
Julianas-MBP:~ jaydenwilhelm$ sudo -H pip install virtualenv
Collecting virtualenv
Using cached virtualenv-13.1.2-py2.py3-none-any.whl
Installing collected packages: virtualenv
Successfully installed virtualenv-13.1.2
Julianas-MBP:~ jaydenwilhelm$ cd Desktop/pydev
Julianas-MBP:pydev jaydenwilhelm$ virtualenv env
-bash: virtualenv: command not found
Julianas-MBP:pydev jaydenwilhelm$
(env)Julianas-MBP:evennia jaydenwilhelm$ sudo pip install -e .
The directory '/Users/jaydenwilhelm/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/jaydenwilhelm/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Obtaining file:///Users/jaydenwilhelm/Desktop/install/evennia
Collecting django<1.9,>=1.8 (from evennia==0.5.0)
/Users/jaydenwilhelm/Desktop/virtualenv/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Then it installed a bunch of things, will this hinder anything?
Should I have installed with the -H flag? Do I need to reinstall?
--
You received this message because you are subscribed to the Google Groups "Evennia" group.
To unsubscribe from this group and stop receiving emails from it, send an email to evennia+u...@googlegroups.com.
To post to this group, send email to eve...@googlegroups.com.
Visit this group at https://groups.google.com/group/evennia.
To view this discussion on the web visit https://groups.google.com/d/msgid/evennia/e2803dc4-a288-4f03-abbc-b19f9f1b2c82%40googlegroups.com.
On Dec 14, 2015, at 7:36 PM, Jayden Wilhelm <kindle...@gmail.com> wrote:
Ok, does that mean I need to uninstall and reinstall it differently?
--
You received this message because you are subscribed to the Google Groups "Evennia" group.
To unsubscribe from this group and stop receiving emails from it, send an email to evennia+u...@googlegroups.com.
To post to this group, send email to eve...@googlegroups.com.
Visit this group at https://groups.google.com/group/evennia.
To view this discussion on the web visit https://groups.google.com/d/msgid/evennia/01d09997-b7a5-4490-ae7c-5635e9d23a10%40googlegroups.com.
Julianas-MBP:~ jaydenwilhelm$ sudo chown -R jaydenwilhelm env
chown: env: No such file or directory