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
The double prime in the following script before source is not proper, which gave the error of not finding “source.
source
“source
cat <<END >> ~/.zprofile alias cn240=“source ~/virtualenvs/cn240/bin/activate && cadnano2" END
Maybe like this:
cat <<END >> ~/.zprofile alias cn240="source ~/virtualenvs/cn240/bin/activate && cadnano2" END
Source: http://douglaslab.org/tutorials/files/Install-Cadnano-macOS-v4.pdf
Thansk.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The double prime in the following script before
source
is not proper, which gave the error of not finding“source
.Maybe like this:
Source: http://douglaslab.org/tutorials/files/Install-Cadnano-macOS-v4.pdf
Thansk.
The text was updated successfully, but these errors were encountered: