pipenv
Here are 423 public repositories matching this topic...
-
Updated
Oct 29, 2020 - Python
-
Updated
Oct 12, 2020 - JavaScript
-
Updated
Oct 22, 2020 - Python
-
Updated
Oct 16, 2020 - Python
-
Updated
Oct 6, 2020 - Python
-
Updated
Aug 2, 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
Jun 27, 2019 - Python
-
Updated
Jun 6, 2020 - Python
-
Updated
Feb 15, 2019 - HTML
-
Updated
Nov 12, 2020 - Python
-
Updated
Apr 18, 2018 - Python
-
Updated
Sep 25, 2019 - Python
-
Updated
Mar 31, 2020 - Python
-
Updated
Nov 10, 2020 - Python
-
Updated
Nov 4, 2020 - Python
-
Updated
Jun 26, 2020 - Vim script
-
Updated
Apr 10, 2020 - Python
Currently, the tool will fail to run from the command-line in Windows.
This is because the command-line functionality is based on shebangs, which do not work on Windows
#!/usr/bin/env python3
-
Updated
Jan 6, 2020 - Python
-
Updated
Jun 15, 2019 - Python
-
Updated
Oct 29, 2020 - Python
Improve this page
Add a description, image, and links to the pipenv topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pipenv topic, visit your repo's landing page and select "manage topics."
While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in
data_dir()).Wouldn't it make sense to add an
iffor Windows based on%APPDATA%or%LOCALAPPDATA%, before resorting to globally installing appdirs?