Add PyCharm
This commit is contained in:
parent
ec3b472b28
commit
31fe565e59
|
@ -16,6 +16,7 @@
|
||||||
- import_tasks: orange.yml
|
- import_tasks: orange.yml
|
||||||
- import_tasks: pelles-c.yml
|
- import_tasks: pelles-c.yml
|
||||||
- import_tasks: processing.yml
|
- import_tasks: processing.yml
|
||||||
|
- import_tasks: pycharm.yml
|
||||||
- import_tasks: python.yml
|
- import_tasks: python.yml
|
||||||
- import_tasks: racket.yml
|
- import_tasks: racket.yml
|
||||||
- import_tasks: rstudio.yml
|
- import_tasks: rstudio.yml
|
||||||
|
|
10
roles/classroom/tasks/pycharm.yml
Normal file
10
roles/classroom/tasks/pycharm.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
- name: Set PyCharm version
|
||||||
|
set_fact:
|
||||||
|
target_version: "2022.2.2"
|
||||||
|
|
||||||
|
- name: Install PyCharm
|
||||||
|
win_chocolatey:
|
||||||
|
name: pycharm-community
|
||||||
|
version: "{{ target_version }}"
|
||||||
|
|
||||||
|
# TODO set default project directory to H:\something
|
Loading…
Reference in a new issue