https://www.codecademy.com/courses/learn-python-3/videos/learn-python3-pipenv
^Link to vid in question.
In the modules section of Python3 for beginners, the video on pipenv at ± 7.14 says you have to run the
vi ~/.bash_profile
and copy a directory to add it to a path. The chap in the tut is on mac and I’m on windows. I’m trying to do this in the mini-conda console (is that correct? should I be using something different?)
This is the error I get;
'vi' is not recognized as an internal or external command,
operable program or batch file.
I also get three path errors, where in the video he only gets one. The two that are different from the video are virtualenv.exe
, virtualenv-clone.exe
Any guidance would be greatly appreciated!