Juan

Avatar
  • Total activity 20
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 7
  • Created

    "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...
    • 2 followers
    • 1 comment
    • 1 vote
  • Created

    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: - ....
    • 2 followers
    • 3 comments
    • 0 votes
  • Edited

    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 ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    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...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    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...
    • 2 followers
    • 2 comments
    • 0 votes