virtualenv icon indicating copy to clipboard operation
virtualenv copied to clipboard

support quotes in paths

Open gaborbernat opened this issue 5 years ago • 1 comments

based on feedback https://github.com/pypa/virtualenv/pull/1481#discussion_r363312122 from @asottile

right, but now it can't work with single quotes within the path -- using pipes.quote when substituting will make both of them work here

gaborbernat avatar Jan 10 '20 10:01 gaborbernat

Just a note: pipes module will be removed from stdlib in Python 3.13, see: https://docs.python.org/3.11/whatsnew/3.11.html

frenzymadness avatar Jun 06 '22 04:06 frenzymadness

Seems no longer an issue as no one reported it in 3 years.

gaborbernat avatar Jun 27 '23 03:06 gaborbernat