Jlesteban
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Jlesteban created a post, Finding plugins directory in a bash script
I'm using PyCharm and I need to execute a plugin jar from a bash script. The docs say the plugins can be found in Linux at ~/.local/share/JetBrains/<product><version> Or, when the IDE was installed... -
Jlesteban created a post, Project type: Flask + Angular CLI
When creating a new project, Pycharm offers a number of possibilities: Pure Python, Django, Flask, Angular CLI, Bootstrap... Suppose I need to create a full stack project using Flask AND Angular CL...