Hello all,
I am currently running Opensuse 13.2, 64 bit version on my computer. By default, on my system both python3.4 and python2.7 were installed(I am not sure whether they were installed because I "patch"ed it.) Normally when I type "python" on commandline python2.7 gets callled. My problem is when I try to make system-wide installation for python using pip, pip's default installation path seems to be python3.4/site-packages directory, but I don't want that. Also when typed "pip list", it seems that packages within python3.4 directory gets displayed but not packages inside python2.7. Besides that, when I install virtualenv and virtualenvwrapper using pip, it causes some problems. For example, virtualenv uses python3.4 by default when a project gets created. Virtualenvwrapper.sh file within /usr/bin directory returns an error since it looks inside python2.7 directory and cannot find anything, but it is actually installed within python3.4.
My question is how can I change pip's default installation path?
Although I made a lot searches on the web, I could not find a decent answer.
Bookmarks