mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
Add portable python environment
This commit is contained in:
BIN
PythonHome/Lib/site-packages/pip/_vendor/__init__.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/__init__.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/_markerlib/__init__.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/_markerlib/__init__.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/_markerlib/markers.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/_markerlib/markers.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/colorama/__init__.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/colorama/__init__.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/colorama/ansi.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/colorama/ansi.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/colorama/initialise.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/colorama/initialise.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/colorama/win32.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/colorama/win32.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/colorama/winterm.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/colorama/winterm.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/__init__.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/__init__.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,84 @@
|
||||
[posix_prefix]
|
||||
# Configuration directories. Some of these come straight out of the
|
||||
# configure script. They are for implementing the other variables, not to
|
||||
# be used directly in [resource_locations].
|
||||
confdir = /etc
|
||||
datadir = /usr/share
|
||||
libdir = /usr/lib
|
||||
statedir = /var
|
||||
# User resource directory
|
||||
local = ~/.local/{distribution.name}
|
||||
|
||||
stdlib = {base}/lib/python{py_version_short}
|
||||
platstdlib = {platbase}/lib/python{py_version_short}
|
||||
purelib = {base}/lib/python{py_version_short}/site-packages
|
||||
platlib = {platbase}/lib/python{py_version_short}/site-packages
|
||||
include = {base}/include/python{py_version_short}{abiflags}
|
||||
platinclude = {platbase}/include/python{py_version_short}{abiflags}
|
||||
data = {base}
|
||||
|
||||
[posix_home]
|
||||
stdlib = {base}/lib/python
|
||||
platstdlib = {base}/lib/python
|
||||
purelib = {base}/lib/python
|
||||
platlib = {base}/lib/python
|
||||
include = {base}/include/python
|
||||
platinclude = {base}/include/python
|
||||
scripts = {base}/bin
|
||||
data = {base}
|
||||
|
||||
[nt]
|
||||
stdlib = {base}/Lib
|
||||
platstdlib = {base}/Lib
|
||||
purelib = {base}/Lib/site-packages
|
||||
platlib = {base}/Lib/site-packages
|
||||
include = {base}/Include
|
||||
platinclude = {base}/Include
|
||||
scripts = {base}/Scripts
|
||||
data = {base}
|
||||
|
||||
[os2]
|
||||
stdlib = {base}/Lib
|
||||
platstdlib = {base}/Lib
|
||||
purelib = {base}/Lib/site-packages
|
||||
platlib = {base}/Lib/site-packages
|
||||
include = {base}/Include
|
||||
platinclude = {base}/Include
|
||||
scripts = {base}/Scripts
|
||||
data = {base}
|
||||
|
||||
[os2_home]
|
||||
stdlib = {userbase}/lib/python{py_version_short}
|
||||
platstdlib = {userbase}/lib/python{py_version_short}
|
||||
purelib = {userbase}/lib/python{py_version_short}/site-packages
|
||||
platlib = {userbase}/lib/python{py_version_short}/site-packages
|
||||
include = {userbase}/include/python{py_version_short}
|
||||
scripts = {userbase}/bin
|
||||
data = {userbase}
|
||||
|
||||
[nt_user]
|
||||
stdlib = {userbase}/Python{py_version_nodot}
|
||||
platstdlib = {userbase}/Python{py_version_nodot}
|
||||
purelib = {userbase}/Python{py_version_nodot}/site-packages
|
||||
platlib = {userbase}/Python{py_version_nodot}/site-packages
|
||||
include = {userbase}/Python{py_version_nodot}/Include
|
||||
scripts = {userbase}/Scripts
|
||||
data = {userbase}
|
||||
|
||||
[posix_user]
|
||||
stdlib = {userbase}/lib/python{py_version_short}
|
||||
platstdlib = {userbase}/lib/python{py_version_short}
|
||||
purelib = {userbase}/lib/python{py_version_short}/site-packages
|
||||
platlib = {userbase}/lib/python{py_version_short}/site-packages
|
||||
include = {userbase}/include/python{py_version_short}
|
||||
scripts = {userbase}/bin
|
||||
data = {userbase}
|
||||
|
||||
[osx_framework_user]
|
||||
stdlib = {userbase}/lib/python
|
||||
platstdlib = {userbase}/lib/python
|
||||
purelib = {userbase}/lib/python/site-packages
|
||||
platlib = {userbase}/lib/python/site-packages
|
||||
include = {userbase}/include
|
||||
scripts = {userbase}/bin
|
||||
data = {userbase}
|
||||
Binary file not shown.
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/compat.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/compat.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/database.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/database.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/index.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/index.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/locators.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/locators.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/manifest.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/manifest.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/markers.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/markers.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/metadata.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/metadata.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/resources.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/resources.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/scripts.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/scripts.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/util.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/util.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/version.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/version.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/wheel.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/distlib/wheel.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/__init__.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/__init__.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/constants.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/constants.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/ihatexml.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/ihatexml.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/sanitizer.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/sanitizer.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/tokenizer.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/tokenizer.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/trie/_base.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/trie/_base.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/trie/py.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/trie/py.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/utils.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/html5lib/utils.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/pkg_resources.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/pkg_resources.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/re-vendor.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/re-vendor.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/__init__.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/__init__.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/adapters.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/adapters.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/api.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/api.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/auth.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/auth.pyc
Normal file
Binary file not shown.
5026
PythonHome/Lib/site-packages/pip/_vendor/requests/cacert.pem
Normal file
5026
PythonHome/Lib/site-packages/pip/_vendor/requests/cacert.pem
Normal file
File diff suppressed because it is too large
Load Diff
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/certs.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/certs.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/compat.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/compat.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/cookies.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/cookies.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/exceptions.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/exceptions.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/hooks.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/hooks.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/models.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/models.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/sessions.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/sessions.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/structures.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/structures.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/utils.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/requests/utils.pyc
Normal file
Binary file not shown.
BIN
PythonHome/Lib/site-packages/pip/_vendor/six.pyc
Normal file
BIN
PythonHome/Lib/site-packages/pip/_vendor/six.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user