Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
3afe9d72
Commit
3afe9d72
authored
Nov 17, 2015
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #692 from fwilson42/master
lxc-ls: use /usr/bin/env to find an appropriate python3 to run
parents
2c3576e7
e2f91e34
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
lxc-generate-aa-rules.py
config/apparmor/lxc-generate-aa-rules.py
+1
-1
lxc-ls.in
src/lxc/lxc-ls.in
+1
-1
lxc-start-ephemeral.in
src/lxc/lxc-start-ephemeral.in
+1
-1
api_test.py
src/python-lxc/examples/api_test.py
+1
-1
pyconsole-vte.py
src/python-lxc/examples/pyconsole-vte.py
+1
-1
pyconsole.py
src/python-lxc/examples/pyconsole.py
+1
-1
setup.py.in
src/python-lxc/setup.py.in
+1
-1
No files found.
config/apparmor/lxc-generate-aa-rules.py
View file @
3afe9d72
#!/usr/bin/python3
#!/usr/bin/
env
python3
import
sys
import
sys
...
...
src/lxc/lxc-ls.in
View file @
3afe9d72
#!/usr/bin/python3
#!/usr/bin/
env
python3
#
#
# lxc-ls: List containers
# lxc-ls: List containers
#
#
...
...
src/lxc/lxc-start-ephemeral.in
View file @
3afe9d72
#!/usr/bin/python3
#!/usr/bin/
env
python3
#
#
# lxc-start-ephemeral: Start a copy of a container using an overlay
# lxc-start-ephemeral: Start a copy of a container using an overlay
#
#
...
...
src/python-lxc/examples/api_test.py
View file @
3afe9d72
#!/usr/bin/python3
#!/usr/bin/
env
python3
#
#
# api_test.py: Test/demo of the python3-lxc API
# api_test.py: Test/demo of the python3-lxc API
#
#
...
...
src/python-lxc/examples/pyconsole-vte.py
View file @
3afe9d72
#!/usr/bin/python3
#!/usr/bin/
env
python3
#
#
# pyconsole-vte: Example program showing use of console functions
# pyconsole-vte: Example program showing use of console functions
# in the lxc python binding
# in the lxc python binding
...
...
src/python-lxc/examples/pyconsole.py
View file @
3afe9d72
#!/usr/bin/python3
#!/usr/bin/
env
python3
#
#
# pyconsole: Example program showing use of console functions
# pyconsole: Example program showing use of console functions
# in the lxc python binding
# in the lxc python binding
...
...
src/python-lxc/setup.py.in
View file @
3afe9d72
#!/usr/bin/python3
#!/usr/bin/
env
python3
#
#
# python-lxc: Python bindings for LXC
# python-lxc: Python bindings for LXC
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment