We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There was no colab example
Created a colab example here https://colab.research.google.com/drive/1Y2pJFwOm-v94sC6ivutmeitnRJixffhS#scrollTo=qJMfX-w5aKAX
This adds the following blocks
!curl -s https://get.modular.com | sh - !modular auth !modular install max
Edit: I was playing with having it add to path but not quite there yet:
%%bash # Set the MODULAR_HOME environment variable echo 'export MODULAR_HOME="/root/.modular"' >> ~/.bashrc # Get the MAX_PATH MAX_PATH=$(modular config max.path) # Add MAX_PATH to the PATH environment variable echo 'export PATH="'$MAX_PATH'/bin:$PATH"' >> ~/.bashrc # Source the bashrc to apply changes source ~/.bashrc # Print the updated PATH to verify echo "Updated PATH: $PATH"
The goal is to be able to try this out by using colab and clicking run-all without any further thought.
The manual URL auth step is still required and not documented in the linked example
No response
The text was updated successfully, but these errors were encountered:
Will close this in favor of #223
Sorry, something went wrong.
hogepodge
No branches or pull requests
Where is the problem?
There was no colab example
What can we do better?
Created a colab example here https://colab.research.google.com/drive/1Y2pJFwOm-v94sC6ivutmeitnRJixffhS#scrollTo=qJMfX-w5aKAX
This adds the following blocks
Edit: I was playing with having it add to path but not quite there yet:
The goal is to be able to try this out by using colab and clicking run-all without any further thought.
The manual URL auth step is still required and not documented in the linked example
Anything else?
No response
The text was updated successfully, but these errors were encountered: