Log file Viewer
Help
|
Karma
| Search:
#pypa logs for Tuesday the 17th of May, 2016
(
Back to #pypa overview
) (
Back to channel listing
) (
Animate logs
)
[
00:02:45
] <
pjs
> nvm, found this:
bitbucket.org/pypa/pypi/issues/452/http-error-400-invalid-uri-uunknown
[
00:02:48
] <
pjs
> thx
[
13:08:14
] <
ravenx
> i noticed that when i go: dpkg -l | grep virtualenv, i have a virtualenv and python-virtualenv package, both are 15.0.1 respectively, but when i go: pip list | grep virtualenv, i also see one which is 15.0.1
[
13:08:19
] <
ravenx
> so which exactly am i usin?
[
13:08:22
] <
ravenx
> is there a way to check?
[
13:08:43
] <
ravenx
> -OR-, is this somethign where: once i install it as a system package, pip list picks it up too?
[
13:28:40
] <
mgedmin
> yup
[
13:28:48
] <
mgedmin
> unless you use a virtualenv
[
13:28:59
] <
mgedmin
> created without --system-site-packages
[
13:30:14
] <
ravenx
> i see
[
13:30:26
] <
ravenx
> so it's safe to say that in a way, pip and apt-get are coupled in taht respect?
[
13:34:35
] <
mgedmin
> I suppose
[
13:35:00
] <
mgedmin
> this is why people frown on 'sudo pip install ...', because it mixes up stuff managed by apt-get and stuff managed by pip