X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2e5bdb87941752aa12b049bb97f8508ac125c61d..ba3145627837efb6741eef14f9bf2ef6f1e12944:/vagrant/Install-on-Centos-8.sh diff --git a/vagrant/Install-on-Centos-8.sh b/vagrant/Install-on-Centos-8.sh index 75b7a558..8fd983d3 100755 --- a/vagrant/Install-on-Centos-8.sh +++ b/vagrant/Install-on-Centos-8.sh @@ -35,11 +35,7 @@ python3-pip python3-setuptools python3-devel \ expat-devel zlib-devel - # make sure pg_config gets found - echo 'PATH=/usr/pgsql-12/bin:$PATH' >> ~/.bash_profile - source ~/.bash_profile - - pip3 install --user psycopg2 pytidylib + pip3 install --user psycopg2 #