Fireslinger
- Total activity 187
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 160
- Subscriptions 11
-
Created Where does Pycharm Professional keep the files that Community Edition keeps in /usr/lib, on Mac?
I am trying to update PyCharm Professional, using the solution in https://stackoverflow.com/a/46755811/ : cd /usr/lib/ chmod 777 -R pycharm-community/ But `find /usr/lib -name 'pycharm*'` returns n... -
Edited ModuleNotFoundError when importing from parent module in container
I am using Docker-Compose as a remote interpreter and using a gunicorn run configuration to launch. This is a work project that is normally launched with a script and works. My folder structure loo...