This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install build-essential module-assistant | |
sudo m-a prepare | |
cd /media/<username>/VBOXADDITIONS_5.0.6_103037/ | |
sudo ./VBoxLinuxAdditions.run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. $> brew install python3 | |
2. add to .zshrc and/or .bashrc: | |
export PATH=$HOME/Library/Python/3.7/bin:$PATH | |
3. $> pip3 install --user pipenv | |
4. $> pip3 install virtualenv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##### Steps to Install PostgresSQL 12 with PostGIS 3.1.5 on AmazonLinux2 ##### | |
# Install packages # | |
#################### | |
$> sudo amazon-linux-extras install -y postgresql12 vim epel | |
$> sudo yum-config-manager --enable epel -y | |
$> sudo yum update -y | |
$> sudo yum install -y make automake gcc gcc-c++ libcurl-devel proj-devel pcre-devel autoconf automake libxml2-devel git cmake libtool libtiff-devel | |
$> sudo yum install -y postgresql-server postgresql-devel postgresql-server-devel postgresql-contrib |
OlderNewer