#!/usr/bin/bash PATH=$HOME/.pyenv/shims:$HOME/.pyenv/bin:$PATH pyenv global 3.7.5 pyenv rehash cd ~/openai-detector python -m detector.server detector-base.pt --port 7860