0
When I opened the powershell inside Visual Studio Code, first, there was an error that the script execution had been disabled, I went to the windows powershell and changed the execution policy. Because now appears the following impasse: "You must 'source' this script: PS > .&"
I tried to search in other sources a tutorial like "Sourcing a Script" but was not successful.
To enable virtualenv in a project using Pipenv just enter the folder where you have the file
PipFile
and use the commandpipenv shell
.– fernandosavio
I am taking a course, and this was one of the steps to activate it to follow exactly as the author ordered, however there was a policy error of executing scripts, I found that I should change the policy of executing scripts, I went there changed, and now I am in this impasse.
– Juliano Henrique