Pip config file in Flask template

Question:

how can I access to pip config file in Flask template?

Question:

how can I access to pip conf file in Flask template?

image
In Telegram-bot template I can access to pip conf file and to venv file so how can I do that in flask template.

Run pip config list in shell.
If you need to find where the pip config file is located, you can use pip config -v list

this doesn’t exist on new modules repls, which you should probably migrate to.
What do you want to change? I wouldn’t recommend using pip: Bash: /home/runner/BingusTools/venv/bin/pip: No such file or directory - #4 by UMARismyname

Do you know why this error appears after upgrading pip?
why and what’s means?

An error occurred during configuration: option use-feature: invalid choice: 'content-addressable-pool' (choose from 'fast-deps', 'truststore', 'no-binary-enable-wheel-cache')

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.