我正在尝试在虚拟环境中运行 django 和 Jupyter。以下代码完成了工作:
source home/sujith/dev/django/bin/activate && python home/sujith/dev/django/src/manage.py shell_plus --notebook
我将脚本保存django.sh
在我的主目录中。如果我运行./django.sh
笔记本会弹出。
我尝试将其保存在 中/bin
,但我无法运行它。我想输入django
而不是./django.sh
在我的终端中输入并运行上述脚本。
我怎样才能做到这一点?