mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
Show semver selector on cli
This commit is contained in:
parent
e6d39d4a7f
commit
1a04b5f889
1 changed files with 7 additions and 0 deletions
|
@ -143,6 +143,13 @@ cli/index.js ppman install python 3.9.1
|
|||
# Run a python script
|
||||
echo 'print("Hello world!")' > test.py
|
||||
cli/index.js run python 3.9.1 test.py
|
||||
|
||||
# Run the script using the latest version
|
||||
cli/index.js run python '*' test.py
|
||||
|
||||
# Run using python 3.x
|
||||
cli/index.js run python 3.x test.py
|
||||
|
||||
```
|
||||
|
||||
If you are operating on a remote machine, add the `-u` flag like so:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue