bash-powerline icon indicating copy to clipboard operation
bash-powerline copied to clipboard

support for sourced python virtual environments

Open diegoquintanav opened this issue 7 years ago • 2 comments

Using a default terminal, after sourcing a python virtual environment script

cd ~
mkdir folder
cd folder
python -m venv venv
source ven/bin/activate

This action modifies the bash prompt to something like this

(venv) ~/folder

Using this bash script drops that part. Is it possible to add support for this?

diegoquintanav avatar Jul 19 '18 20:07 diegoquintanav

I too would like to see support for python virtual environments.

nmajin avatar Oct 21 '18 00:10 nmajin