mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 16:27:39 -06:00
Correct the alignment.
This commit is contained in:
parent
d4b72e2d89
commit
4c5639bee6
@ -41,11 +41,11 @@ const getPythonPath = () => {
|
||||
case 'darwin':
|
||||
pythonPath = '../../Frameworks/Python.framework/Versions/Current/bin/python3';
|
||||
break;
|
||||
case 'linux':
|
||||
pythonPath = '../venv/bin/python3';
|
||||
if (insideFlatpak()) {
|
||||
pythonPath = '/usr/bin/python';
|
||||
}
|
||||
case 'linux':
|
||||
pythonPath = '../venv/bin/python3';
|
||||
if (insideFlatpak()) {
|
||||
pythonPath = '/usr/bin/python';
|
||||
}
|
||||
break;
|
||||
default:
|
||||
if (platform().startsWith('win')) {
|
||||
|
Loading…
Reference in New Issue
Block a user