Hi,
I am following this lesson: https://www.codecademy.com/courses/learn-python-3/articles/learn-python-pipenv.
Once I followed these steps to install pipenv
, the pipenv --version
only worked once I had typed source ~/.bash_profile
in the terminal earlier. Is this normal to always have to type this in the same shell?
Thanks a lot in advance.