1 year ago
#385085
Qiu Junyan
Execution error when run symbolic link in cmd of Windows 11
After I create a symbolic link for python.exe
, I can start up python when I double click the symbolic link. But when I enter the symbolic link into the command prompt, it tells me that can not find python.dll
. So I have two questions as follows:
- Is double click different from command prompt, why the former works fine but the later not?
- How can I start up python by entering the symbolic link into the command prompt, without encountering
can not find python.dll
?
Some details that may help solve the problem:
- The operation system is Windows 11.
- The symbolic link is located in
E:\sybmolic\py.exe
while python is located inE:\python\python.exe
.
python
command-prompt
symlink
0 Answers
Your Answer