Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

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

3

Comments

0 comments