Posts by Douglas Cordeiro • 53 points
1 post
-
5
votes1
answer613
viewsQ: How to create a symbolic link to a Python code on Linux?
I want to run a simple Python code I created from anywhere on my system. I know to do this with a shell script just turn the command ln -s /home/user/script.sh /usb/bin/script, but would like to…