Last active
October 29, 2021 10:39
-
-
Save techwithshadab/fad20e1f32fe458dbb785f52299d3927 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
pip install qsharp | |
dotnet tool install -g Microsoft.Quantum.IQSharp | |
echo "export PATH=\"\$PATH:\$HOME/.dotnet/tools\"" >> ~/.bash_profile | |
/home/ubuntu/.dotnet/tools/dotnet-iqsharp install --user --path-to-tool="/home/ubuntu/.dotnet/tools/dotnet-iqsharp" | |
sudo apt install libgomp1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment