Create Python virtual environmentA list of commands to call in order to setup a clean virtual environment in Python. Attention: This will uninstall all packages and reinstall them after creating the virtual environment. Make sure Powershell is able to call signed scripts (e.g. by calling "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process" in an admin powershell window in beforehand). See https://code.visualstudio.com/docs/python/environments#_global-virtual-and-conda-environments for more info. RequirementsRequires Python installation and setup of path variable. This script will simply call the following commands:
Known IssuesRelease NotesOnly testet on Windows 10 so far. 1.0.0Initial release. |