zshrc

pyenv appends .zshrc file with spam at every `source`

pyenv appends .zshrc file with spam at every `source` Question: I am trying to setup python 3.7.3 to be my default python. I am following this guide https://opensource.com/article/19/5/python-3-default-mac undre the chapter What we should do at the bottom of the page. It works fine besides it appends my .zshrc file with: echo -e ‘if command …

Total answers: 3

Why does virtualenv inherit $PYTHONPATH from my shell?

Why does virtualenv inherit $PYTHONPATH from my shell? Question: So I’m migrating all my tools from python2 to python3.4 on an Ubuntu 14.04 machine. So far I’ve done the following: aliased python to python3 in my zshrc for just my user installed pip3 on the system itself (but I’ll just be using virtualenvs for everything …

Total answers: 3