When I am selecting pipenv shell in VS code, it's giving me error as: 'pipenv' is not recognized as an internal or external command. Can you pls suggest.
Hi Is "pipenv shell" command successful when you run in terminal? When you run pipenv command, it should work in terminal. also, try restarting vscode after pipenv installation.
Thank you it was helpful
Glad you liked it 😃
very helpful video to start on langchain
Awesome 😍
When I am selecting pipenv shell in VS code, it's giving me error as: 'pipenv' is not recognized as an internal or external command. Can you pls suggest.
Hi
Is "pipenv shell" command successful when you run in terminal? When you run pipenv command, it should work in terminal.
also, try restarting vscode after pipenv installation.
@@TrickSumo no not working from command prompt also.
Looks like pipenv is not installed properly ("pip install pipenv" command).
You can also try virtualenv if that works for you