I’m trying to set up the pipenv environment as described in
https://www.codecademy.com/paths/data-science/tracks/dscp-python-fundamentals/modules/dscp-python-modules/videos/learn-python3-pipenv
I’m having difficulty with two things.
-
I notice that the person in the video is using a text editor that seems to have access to python and related programs. Any suggestions for how to set this up?
-
When I try to set up an environment for a new project as described in the video using the code:
“pipenv --three” I run into an error that says it “Failed to create virtual environment” I can’t seem to work around this. Any suggestions?
Thanks!