Hello, I have the following problem, pipenv shell command does not open the line that allowing to enter the language you want to work in, instead it gives:
C: \ Users \ User \ Desktop \ Python Project \ project-2> pipenv shell
Running a subshell in a virtual environment …
Microsoft Windows [Version 10.0.14393]
(c) Microsoft Corporation 2016. All rights reserved.
Well it appears to have activated a virtual environment, note that your prompt has changed. You should be working inside your virtual environment at this point. What line to enter a language are you referring to?
Example from tutorial:
Launching subshell in virtual environment…
bash-3.2$ . /Users/codecademy/.local/shere/virtualenvs/project-2-TASkUss3/bin/activate (project-2) bash-3.2$
and on the same line after ‘bash-3.2$’, you can enter the language
PS
Actually, while I was typing the reply, I figured out the solution
Nevertheless, thank you so much!!
Hi everyone!
I faced the identical issue but with Git Bash.
I call pipenv shell and get “Launching subshell in virtual environment…” and then nothing happens.
If I call pipenv shell again I get “Shell for C:\Users\fox.virtualenvs\project-1-eKlWVyCc already activated. No action taken to avoid nested environments.”
What is the solution?
P.S. In windows CMD I don’t have such a problem.