Reputation: 41
I installed and activated pipenv in my project folder, but then I couldnt see the Pipenv in the list of Python interpreter. This is the steps I did:
Anyone know how to solve this? Thanks in advance!!! Im using Mac btw.
I cannot embed the screenshot to this post, so I attach the screenshot here.
Upvotes: 0
Views: 1089
Reputation: 41
Oh, I just figure the manual way to do it, sorry I am newbie so it may seems too simple for many of you haha, post here in case anyone needs it:
pipenv shell
), you will notice there're few lines in terminal informing that virtual environment has been created successfully, something like this: ✔ Successfully created virtual environment!
Virtualenv location: /Users/zoey/.local/share/virtualenvs/part_manager-GqnnAfaN
Creating a Pipfile for this project...
Launching subshell in virtual environment...
Command Shift P
in macOS, select Python: Select Interpreter
Enter interpreter path...
/Users/zoey/.local/share/virtualenvs/part_manager-GqnnAfaN
Upvotes: 4