我想通过以下命令行在蟒蛇上执行虚拟python。
// my expect
C:/Users/user/Anaconda3/envs/test/python.exe script.py
但是由于导入包时发生异常,因此无法正确执行。
File "C:\Users\user\Anaconda3\envs\test\lib\ssl.py", line 98, in <module>
import _ssl # if we can't import it, let the error propagate
ImportError: DLL load failed:
我知道可以通过激活我的虚拟python来执行虚拟python的正确方法,但是,我需要在命令行中使用单个命令执行它。可以这样做吗?