python - how to install virtualenv and/or pip -
someone please tell me i'm not crazy, becuase feel right now.
ok so, i'm trying setup webapp python , django using heroku, i've hit quite odd obstacle.
it wants me setup virtualenv
using command $ virtualenv venv --distribute
, , except:
yeh, naturally googled how install virtualenv , found this:
but, of course:
so continued search trying find out how install pip , found this:
aaaaaaand that's when lost marbles because apparently need install pip install virtualenv install pip. (maybe not, that's why i'm noob , need help).
but took @ vitualenv installation guide, , found download , install manually, extracted files downloaded archive python33
folder , used setup.py install
. , got this:
so changed line in file except valueerror e
, got error different python file in same folder reverted change made , decided not idea meddle scripts.
please, @ setting free server python , django appreciated. furthermore, sorry if question stupid, or incorrectly tagged.
you following install guides linux. should try find install guide pip , virtualenv on windows. first install pip systemwide , use pip install virtualenv systemwide. start using virtual environments.
start how install pip on w$ , python , virtualenv on w$. alternative hitchhiker's guide python.
edit
as ron elliott states in comments,
you'll need point path c:\python2x\scripts or c:\python3x\scripts in order pick easy_install , pip other script executables installing directory.
Comments
Post a Comment