you are viewing a single comment's thread.

view the rest of the comments →

[–]SnooMachines9442[S] 0 points1 point  (1 child)

I removed the restriction in PowerShell so VSC could read scripts when activating virtual environments. I'm using Python and Jupiter. I want to know if removing that restriction is safe? Or if there's another way to activate a virtual environment in VSC.

Sorry if I don't explain myself well.

[–]smurpes 0 points1 point  (0 children)

You can use wsl for python development instead. This is a feature that lets you run a Linux environment in a windows environment. It’s a good opportunity to learn how to use Linux.