Python & PyCharm
Can we please have packages for pushing and updating the Windows environments for Python and PyCharm? The command lines are very easy for silent installation (see below) but having them automatically update through Deploy would be ideal - especially for consistency across machines.
$(Repository)\PyCharm\pycharm-community-2019.3.2.exe /S /CONFIG=\\Repository\Deploy$\PyCharm\silent.config
Python:
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
$(Repository)\Python\python-3.8.1.exe /quiet InstallAllUsers=1 PrependPath=1
Comments