virtualenv
Here are 480 public repositories matching this topic...
-
Updated
Dec 22, 2020 - Python
-
Updated
Aug 27, 2020 - Python
-
Updated
Dec 21, 2020 - Python
-
Updated
Nov 5, 2020 - Python
-
Updated
Feb 11, 2019 - Python
mkvirtualenv --help
should print a help message and not create a virtualenv named --help. The same applies to almost all commands in compat_aliases.fish
-
Updated
Oct 7, 2017 - Python
-
Updated
Dec 22, 2020 - Python
-
Updated
Dec 8, 2020 - Shell
-
Updated
Aug 23, 2020 - Python
-
Updated
Dec 22, 2020 - Shell
-
Updated
Dec 20, 2020 - Shell
i've got a bunch of Pipenv shell buffers and don't know which is which. It would be handy to name them when you create them, like I can do with ^U M-x shell. (I tend to name my shell buffers for the dir I'm in working in to help me remember).
Thanks for pipenv.el.
-
Updated
Nov 23, 2020 - Python
-
Updated
Jun 27, 2019 - Python
-
Updated
Sep 7, 2016 - Python
-
Updated
Nov 20, 2020 - Python
-
Updated
Mar 28, 2020 - Python
-
Updated
Aug 13, 2017
-
Updated
Nov 14, 2020 - Emacs Lisp
-
Updated
Dec 23, 2020 - Emacs Lisp
-
Updated
Apr 5, 2020 - Groovy
-
Updated
Sep 6, 2020 - Python
Improve this page
Add a description, image, and links to the virtualenv topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the virtualenv topic, visit your repo's landing page and select "manage topics."
Issue description
When the environment variable
PIPENV_SITE_PACKAGESis set, pipenv always recreate new virtualenv on each invoke of pipenv even if it is not apipenv installcommand.Expected result
pipenv runorpipenv shellshould use existing virtualenv instead of creating a new one.PIPENV_SITE_PACKAGESshould only affectpipenv installcommand.Actual