Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to run the py file directly in linux

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces you how to run the py file directly in linux, the content is very detailed, interested friends can refer to, hope to be helpful to you.

1. First create the file (cd to the directory you need to place)

Touch myTest.py

two。 Edit myTest.py

Vi myTest.py

Add content to it

#! / usr/bin/env python

Then add the code that needs to be added

Print ('hello, Worldwide')

Then enter command mode,: wq save exit vi

3. Change the permissions of myTest.py and change them as needed. This is mainly used for testing without setting 777.

Chmod 777 myTest.py

4. This allows you to run myTest.py directly in the current directory (similar to exe in windows)

. / myTest.py

What is Linux system Linux is a free-to-use and free-spread UNIX-like operating system, is a POSIX-based multi-user, multi-task, multi-threaded and multi-CPU operating system, using Linux can run major Unix tools, applications and network protocols.

On how to directly run the py file in linux to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report