Juan
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
创建于 "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... -
创建于 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: - .... -
已编辑于 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 ... -
创建于 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... -
创建于 docker variable is not set
In my docker-compose.yml I have ports: - ${PORT}:80 In my run configuration, I have the PORT environment variable set (e.g. to 9000). However, when I run the configuration, I get an error...