Install pycharm and python for teaching

This commit is contained in:
Charlotte Van Petegem 2021-10-01 10:29:36 +02:00
parent ac218d95e0
commit e97254baff
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -7,6 +7,9 @@
time.timeZone = "Europe/Brussels";
environment.etc."jetbrains/python".source = pkgs.python3;
environment.systemPackages = [ pkgs.jetbrains.pycharm-community ];
# Machine-specific module settings
chvp = {
stateVersion = "20.09";