中文English
运行终端是什么ichaiyang 2024-05-08 13:14 40
To run Anaconda's.py file on a terminal, you need to first open the terminal and enter the environment where Anaconda is located. You can enter conda activate < environment_name...

How does anaconda's py file run in terminal?

To run Anaconda's.py file on a terminal, you need to first open the terminal and enter the environment where Anaconda is located. You can enter conda activate < environment_name>” Command to activate the required environment.

Next, you can do this by typing python < file_name> .py \"command to run the.py file, where < file_name> Is the name of the file to run.

If the Python version in Anaconda is different from the Python version in the system, you need to specify the Python version to use on the command line, such as \"python3< file_name> .py \".

After running successfully, the program will output the result and display it in the terminal.


You can open conda prompt and run it by typing python xxx.py.