我正在使用anaconda环境从包含!的文件夹目录中以Visual Studio代码1.3.5.1运行python文件。
(虚拟)文件路径看起来
/Volumes/Cake Pies/!Name/Bruce/!Jump/file.py
我希望python文件在集成终端中运行,但会在终端中收到错误消息。确切的错误(带有伪数据名称):
(base) computer:pptx_auto Bruce$ source /Users/Bruce/anaconda3/bin/activate
(base) computer:pptx_auto Bruce$ conda activate pptx
(pptx) computer:pptx_auto Bruce$ /Users/Bruce/anaconda3/envs/pptx/bin/python "/Volumes/Cake Pies/!Name/Bruce/!Jump/file.py"
bash: !Name/Bruce: event not found
我知道!是Unix Shell中使用的约定,但不知道如何规避此问题。