Andre Kjellstrup
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Andre Kjellstrup created a post, How to improve Pycharm "run" output with colors?
to the left: VSCode output from discordpy , to the right, sad, red-only output on PyCharm. How can I make it look properly? -
Andre Kjellstrup created a post, venv broken after Ubuntu 22.04, or Pycharm 2022.1 upgrade
This is the state of python interpreter: The suggested command produces: ``` andre@andre-wks:~$ source /home/andre/prog/PycharmProjects/garasjelys/venv/bin/activate(venv) andre@andre-wks:~$ nu... -
Andre Kjellstrup created a post, Where are project settings stored, (not everything is in the .idea directory) - and how to fix it?
I am syncing my "PyCharmProjects" between workstations (home/work and laptops) (Linux + rslsync) I would expect to configure and close an project on one computer, then resume on another. The reali... -
-
Andre Kjellstrup created a post, Newbie trouble with PyCharm - not very stright-forward with it's obsession about what is a project.
I choose to open existing "file or project" - and I point it to one of my single-file python files. now I can edit it, but not refactor, apparently because it does not belong to a project. So I...