Skip to content

Commit 6465ad9

Browse files
committed
remove python troubleshooting
1 parent df7f7f4 commit 6465ad9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

applications/mlflow/DEVELOPMENT.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -209,18 +209,6 @@ If you encounter issues with the container:
209209
- Restart it: `task dev:restart`
210210
- Rebuild the image if needed: `task dev:build-image`
211211

212-
### Python Command Issues
213-
214-
When running tests inside the container, you might encounter errors with the `python` command not being found. This is because the container uses `python3` instead. To fix this:
215-
216-
```bash
217-
# Create a symlink from python3 to python inside the container
218-
docker exec -it mlflow-dev-container sudo ln -sf /usr/bin/python3 /usr/bin/python
219-
220-
# Then run your tests
221-
task test:app
222-
```
223-
224212
### Port Forwarding Issues
225213

226214
If you encounter issues with port forwarding:

0 commit comments

Comments
 (0)