0

I am new to Ubuntu and Python virtualenv. Since I realized the importance of virtualenv, I'd like to use it by default whenever I run python(from installing packages, to using Jupyter) so that I don't need to run source bin/activate every time.

4
  • As it says it create isolated environment of installed python version. If any how you get to manage your way to activate virtualenv by just typing python. Then how will you able to manage separate isolated environment and how it will decide to which isolated environment you wants to use. So I don't think there is need to do this. Commented Sep 9, 2019 at 7:06
  • for the mean time, I'd like to only use one environment. And is there a way to always use this virtual environment in Jupyter? Commented Sep 9, 2019 at 7:12
  • Okay, checkout this post stackoverflow.com/questions/33496350/… Commented Sep 9, 2019 at 7:17
  • Checkout pyenv [github.com/pyenv/pyenv] even though it version manager it has lot to offer Commented Sep 9, 2019 at 7:55

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.