Juan
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
Juan 创建了一个帖子, "Python packaging tools not found" when using pyenv
I created a venv outside of PyCharm: pyenv virtualenv 3.10.6 extract-section-detection-3.10.6echo "extract-section-detection-3.10.6" > .python-version Then I install my dependencies with `pip insta... -
-
Juan 进行了评论, -
-
Juan 进行了评论, -
Juan 创建了一个帖子, docker-compose remote interpreter volumes
Here's my docker-compose.yml version: '3'services: # Main application app: restart: always build: context: ./containers/app/ args: - SSH_PRIVATE_KEY env_file: - .... -
Juan 创建了一个帖子, docker-compose remote interpreter with nginx
I followed these steps, and my Python/Django app is starting up according to the console (no errors): https://www.jetbrains.com/help/pycharm/using-docker-compose-as-a-remote-interpreter.html app_1 ... -
-
Juan 创建了一个帖子, docker-compose path mapping on Linux
I have this run configuration: (I've read on the Jetbrains documentation somewhere that path mappings on Linux need to be done manually for now.) With these path mappings: This matches my docke... -