Prompt for chatGPT command line realization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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