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.

Config pip commletion inf pip.conf file.

See original GitHub issue

Hi,

Is it possible to use the config file to set the ``pip commletion --bash'' command?

Regards

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
uranusjrcommented, Mar 15, 2020

I don’t think it is technically feasible, if I understand you correctly. It’s not possible to hook into the startup of Bash (or any other shells I know) via an external configuration file; you must put something in your .profile (or .bash_profile, .bashrc, etc.).

0reactions
hongyi-zhaocommented, Mar 15, 2020

@hongyi-zhao does @uranusjr’s response answer your question?

Yes, thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuration - pip documentation v22.3.1
This page explains how the configuration files and environment variables work, and how they ... pip config command, which helps manage pip's configuration....
Read more >
User Guide — pip 8.1.1 documentation
On Windows the configuration file is %APPDATA%\pip\pip.ini. ... pip comes with support for command line completion in bash and zsh. To setup ......
Read more >
pip Documentation - Read the Docs
Configuration. Config file pip allows you to set all command line option defaults in a standard ini style config file.
Read more >
User Guide - pip documentation v21.1.dev0
On Windows the configuration file is: %HOME%\pip\pip.ini. You can set a custom path location for this config file using the environment variable PIP_CONFIG_FILE ......
Read more >
ubuntu-20.04 pip3 ignores /etc/pip.conf - Launchpad Bugs
[Impact] * Ubuntu's pip doesn't read /etc/pip.conf, the upstream documented configuration file location, instead it reads the alternate ...
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