Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for sourced python virtual environments #25

Open
diegoquintanav opened this issue Jul 19, 2018 · 1 comment
Open

support for sourced python virtual environments #25

diegoquintanav opened this issue Jul 19, 2018 · 1 comment

Comments

@diegoquintanav
Copy link

diegoquintanav commented Jul 19, 2018

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 diegoquintanav changed the title support for sourced environments support for sourced python virtual environments Jul 19, 2018
@nmajin
Copy link

nmajin commented Oct 21, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants