Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

pipfile

pipenv: how to specify the minimum python version in the pipfile?

March 8, 2024 by Tarik

No, pipenv does not support a minimum python version. Per pipenv issue 1050 feature request on Sep 5, 2018, the pipenv authors have explicitly chosen not to implement it: This is not planned as a feature, not a bug, etc. it is a conscious choice to not pursue it, not simply ‘because it is hard’, … Read more

Categories python Tags pipenv, pipfile, python Leave a comment

With pipenv, how to specify the minimum python version in the pipfile?

June 3, 2023 by Tarik

No, pipenv does not support this. Per pipenv issue 1050 feature request, the pipenv authors have explicitly chosen not to implement it. Note that you can specify: python_version = “3” to allow any version of Python 3. Not exactly what you asked for, but it might be sufficient for some projects.

Categories python Tags pipenv, pipfile, python Leave a comment

How to freeze a requirement with pipenv?

April 25, 2023 by Tarik

Pipenv do natively implement freezing requirements.txt. It is as simple as: pipenv lock -r > requirements.txt

Categories python Tags pipenv, pipfile, python Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa