Adjust py_sethome for the new path

This commit is contained in:
Marek Roszko 2021-02-10 21:44:33 -05:00
parent 64f817001a
commit b21da9672f
1 changed files with 0 additions and 3 deletions

View File

@ -175,9 +175,6 @@ bool pcbnewInitPythonScripting( const char* aStockScriptingPath, const char* aUs
wxFileName pyHome;
pyHome.Assign( Pgm().GetExecutablePath() );
pyHome.AppendDir( wxT("..") );
pyHome.AppendDir( wxT("lib") );
pyHome.AppendDir( wxT("python3") );
pyHome.Normalize();