Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 360c756

Browse files
authored
Merge pull request #80 from staticdev/feature/pycharm-2021-2
Remove pycharm version parameter
2 parents 2fede1f + 7084d9e commit 360c756

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Here is the list of all variables and their default values:
4343
- `pyenv_python_versions`: optional list of Python versions installed (from `staticdev.pyenv`_)
4444
- `install_pycharm`: `false`
4545
- `pycharm_flavor`: `community`. You can use also `professional` or `edu`
46-
- `pycharm_version`: `2021.1.2`
4746
- `install_vscode`: `false`
4847
- `vscode_extensions`: optional list of name_ids of extensions. eg.: ms-python.python (Python Official Extension)
4948

defaults/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ install_pycharm: false
33
pycharm_download_url: https://download.jetbrains.com/python
44
pycharm_flavor: community
55
pycharm_install_prefix: /opt
6-
pycharm_version: 2021.1.2
76
install_vscode: false

0 commit comments

Comments
 (0)