Closed
Bug 823195
Opened 13 years ago
Closed 13 years ago
virtualenv should use --no-site-packages by default
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(firefox20 fixed, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 fixed)
RESOLVED
FIXED
mozilla20
People
(Reporter: mdas, Assigned: mdas)
Details
Attachments
(1 file)
|
764 bytes,
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
I got bitten by this a few too many times. The virtual environment created by marionette shouldn't know about the system's site packages, and should rely only on what is set up for that environment.
Attachment #694003 -
Flags: review?(jgriffin)
Comment 1•13 years ago
|
||
Comment on attachment 694003 [details] [diff] [review]
fix v1.0
Review of attachment 694003 [details] [diff] [review]:
-----------------------------------------------------------------
Totally agree, thanks!
Attachment #694003 -
Flags: review?(jgriffin) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Assignee: nobody → mdas
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Comment 4•13 years ago
|
||
fwiw virtualenv set --no-site-packages as its default in 1.7 (released 30-11-2011) http://www.virtualenv.org/en/latest/news.html#id10
| Assignee | ||
Comment 5•13 years ago
|
||
status-b2g18:
--- → fixed
Comment 6•13 years ago
|
||
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•