I watched this video: https://www.codecademy.com/paths/computer-science/tracks/cspath-python-objects/modules/cspath-modules/videos/learn-python3-pipenv
and am having trouble connecting to the path correctly. What am I doing wrong? I followed all the Mac instruction but when i go check the path installed by typing “more ~/.bash_profile”, it gives me this:
# Setting PATH for Python 3.5
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"
export PATH
# Setting PATH for Python 3.5
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"
export PATH
# Added by install_latest_perl_osx.pl
[ -r /Users/Kaamen/.bashrc ] && source /Users/Kaamen/.bashrc
# Setting PATH for Python 3.6
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"
export PATH
# Setting PATH for Python 3.6
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"
export PATH
/Users/Kaamen/.bash_profile (END)
and when i go close my terminal and re-open and type in “pipenv --version”, the command isn’t found: “-bash: pipenv: command not found”.