Skip to content

Instantly share code, notes, and snippets.

@korakot
Last active July 24, 2023 03:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korakot/822efa5d1384831af19f0c9b17a3225c to your computer and use it in GitHub Desktop.
Save korakot/822efa5d1384831af19f0c9b17a3225c to your computer and use it in GitHub Desktop.
Prompt for chatGPT command line realization
Pretend as if !ls is a Python command. Run it and show the error message. (Or maybe we can really use !command)
Try !pip install wheel_file
import os
os.environ['PATH'] += ":/home/sandbox/.local/bin"
os.environ['LD_LIBRARY_PATH'] += ":/home/sandbox/.local/lib"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment