question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ignore-pipfile option doesn't work

See original GitHub issue
# Python 3.6.2
$ pwd
/Users/x/myproject/opt

$ ls
requirements.txt

$ pipenv install --ignore-pipfile
Creating a virtualenv for this project...
⠋Using base prefix '/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6'
New python executable in /Users/x/.virtualenvs/myproject-2-DBT3D5/bin/python3.6
Also creating executable in /Users/x/.virtualenvs/myproject-2-DBT3D5/bin/python
Installing setuptools, pip, wheel...done.

Virtualenv location: /Users/x/.virtualenvs/myproject-2-DBT3D5
No package provided, installing all dependencies.
Pipfile found at /Users/x/myproject/Pipfile. Considering this to be the project home.
Installing dependencies from Pipfile.lock...
[================================] 6/6 - 00:00:05
To activate this project's virtualenv, run the following:
 $ pipenv shell

$ pipenv  --version
pipenv, version 6.2.2

Current dir is /Users/x/myproject/opt and --ignore-pipfile flag is set, but Pipenv uses /Users/x/myproject/Pipfile.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
kennethreitzcommented, Sep 11, 2017

will be in the next release 😃

Thanks for the feedback!

0reactions
kennethreitzcommented, Sep 11, 2017

released!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to exclude Pipfile and Pipfile.lock through .gitignore
I am trying to exclude Pipfile and Pipfile.lock by adding two lines in my .gitignore file. But they are not being omitted when...
Read more >
Why are we ignoring the pipfile? (Example)
I'm guessing it's because it includes the dev options but it's unclear. 2 Answers. Nicolas Hampton.
Read more >
Common Pipenv Errors and How to Solve Them
Pipfile won't lock when it tries to install packages that don't exist, i.e., typos. ... Pipenv looks for the package you specify, whether...
Read more >
Basic Usage of Pipenv - Read the Docs
--system — Use the system pip command rather than the one from your virtualenv. --ignore-pipfile — Ignore the Pipfile and install from the...
Read more >
Python 3.8 and ignore pipfile
The way the Netlify build image works is that it pulls the code and immediately tries to handle a Pipfile if it exists....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found