Juan

- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
Juan created a post, "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 commented, -
-
Juan commented, -
Juan created a post, 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 created a post, 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 created a post, 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... -