i'm having trouble tracking down pip modules going, , found seems root of issue when did "pip list" command in 2 separate cmd windows.
one window running admin, , other not. showed 2 different lists of modules installed. when ran "python" in each window, 1 started python 3.4.3
, , other python 3.5.0a2
.
the reason i'm doing in 2 separate types of windows because i'm running "access denied" errors when trying install modules pip. (for example, requests
.)
when check path variable, points c:\program files\python 3.5
. is there admin path variable somewhere can modify can run python3.5 admin?
can me understand how can around access denied
without using admin cmd, or how can change admin path variable, or something?
i'm running windows 7, 64 bit, several versions of python installed. 2.7, 3.3, 3.4.3, 3.5.0a2. can more refined details if need to.
edit addition: i'd use virtualenv python3.5, when try install pip install virtualenv
, permission denied
error.
although running python on windows machine - assuming client i.e. desktop. should go , @ virtual python environments - there lots of resources documenting how accomplished...
you directly manipulating system copy of python environment , 1 mistake screw whole lot up. better (and safer) either project/projects(s) share virtual env - can either upgrade using pip requirements.
Comments
Post a Comment