-
I noticed that when I use pipenv --sync it only installs packages specified in the .lock file under "default". Adding --dev installs also the development packages. However you must specify specific category names in order to get them installed when using --categories. Yet the official documentation mentions: sync Installs all packages specified in Pipfile.lock. Am I overlooking something, or is this a shortcoming? A nice feature would be something like this: pipenv --sync --categories="*" indicating to install all category packages + the default. Just an idea :-) Have a nice evening. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's a short coming of the documentation. Will consider your proposal, another idea I've had is specifying the default categories for your system in a .env file so sync and lock or install would know your default preference. Thoughts? |
Beta Was this translation helpful? Give feedback.
It's a short coming of the documentation. Will consider your proposal, another idea I've had is specifying the default categories for your system in a .env file so sync and lock or install would know your default preference. Thoughts?