You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
I am creating a virtualenv with a given prompt, and the prompt I provide gets surrounded by parenthesis.
After activating the virtualenv, I would like to have the given prompt only, without parentheses added around it.
Issue
I am creating a virtualenv with a given prompt, and the prompt I provide gets surrounded by parenthesis.
After activating the virtualenv, I would like to have the given prompt only, without parentheses added around it.
E.g. I make the virtualenv with:
virtualenv -p /usr/bin/python3 --prompt "-" /home/fanta/.local/virtualenv/python3.10
And the prompt I get, after activating the virtualenv, is:
(-)
I expected it to be:
-
Environment
Provide at least:
pip list
of the host python wherevirtualenv
is installed:Output of the virtual environment creation
Make sure to run the creation with
-vvv --with-traceback
:Workaround:
After running
virtualenv
, edit theactivate
script to remove the extra parenthesisThe text was updated successfully, but these errors were encountered: