Fireslinger

- 活动总数 195
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 166
- 订阅数 12
-
创建于 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... -
已编辑于 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...