virtualenv
Here are 543 public repositories matching this topic...
-
Updated
Oct 23, 2021 - Python
-
Updated
Oct 18, 2021 - Python
-
Updated
Aug 27, 2020 - Python
-
Updated
Oct 12, 2021 - 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
Feb 11, 2019 - Python
-
Updated
Oct 7, 2017 - Python
-
Updated
Oct 7, 2021 - Shell
-
Updated
Dec 28, 2020 - Python
-
Updated
Oct 20, 2021 - Shell
-
Updated
Jul 19, 2021 - Python
-
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
Oct 1, 2021 - Python
-
Updated
Nov 23, 2020 - Python
-
Updated
Jun 1, 2021 - Python
-
Updated
Sep 7, 2016 - Python
-
Updated
Mar 28, 2020 - Python
-
Updated
Oct 16, 2021 - Emacs Lisp
-
Updated
Aug 13, 2017
-
Updated
Aug 14, 2021 - Python
-
Updated
Mar 9, 2021 - Python
-
Updated
Jun 30, 2021 - Groovy
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_PACKAGES
is set, pipenv always recreate new virtualenv on each invoke of pipenv even if it is not apipenv install
command.Expected result
pipenv run
orpipenv shell
should use existing virtualenv instead of creating a new one.PIPENV_SITE_PACKAGES
should only affectpipenv install
command.Actual