Python environment do not show (Windows, CMD, clink) #6197
Unanswered
antoniocaruso
asked this question in
Troubleshoot
Replies: 1 comment 4 replies
-
@antoniocaruso couple of things to notice here. Config error
This means the configuration you set, is not loaded so any adjustments made to the config file will never reflect into your prompt.
Resolve the error in the config file, then run oh-my-posh debug again to sse if the issue persists. Python segmentThe reason that it does not work with the default configuration is that you're in your
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code of Conduct
What happened?
create python -m venv default
prompt do not show the environment, please do not reply that is explained how to fix it, I found the description of the Python segment, and THERE IS NO WAY to let this work.
note: if you run 'set' in the cmd, the enviroment:
PYENV_VIRTUALENV_DISABLE_PROMPT=1
and
VIRTUAL_ENV_PROMPT=default
so, I have read as much as possibile, and try to find a way to change the .json of agnoster or other styles, but there is no way. If I run oh-my-posh debug, I get always Python(false) in the Segments section, NO WAY TO CHANGE IT.
Theme
agnoster.omp.json
What OS are you seeing the problem on?
Windows
Which shell are you using?
cmd
Log output
Beta Was this translation helpful? Give feedback.
All reactions