Skip to content

Commit

Permalink
fix the error of quick_install in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bachelor-dou committed Dec 19, 2024
1 parent 58a4703 commit eeca0d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _static/ascend_actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ $(document).ready(function () {

if (options['install_type'] === 'direct') {
// download and install cann
$('#codecell11').html('wget "' + cann_url + '"\nsh ' + cann_name + ' --install');
$('#codecell11').html('wget "' + cann_url + '"\nsh ' + cann_name + ' --full');

// download and install kernel if exist.
if (kernel_url == null) {
Expand Down
2 changes: 1 addition & 1 deletion sources/ascend/quick_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Python 3.8, 3.9, 3.10
<p><b>2.3.4 设置环境变量</b></p>
<div class="highlight-default notranslate">
<div class="highlight">
<pre>echo "source ~/Ascend/ascend-toolkit/set_env.sh" >> ~/.bashrc<br>source ~/.bashrc</pre>
<pre>source /usr/local/Ascend/ascend-toolkit/set_env.sh</pre>
</div>
</div>
</section>
Expand Down

0 comments on commit eeca0d4

Please sign in to comment.