Skip to content

Instantly share code, notes, and snippets.

@priyanlc
Created May 12, 2020 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save priyanlc/21e94398b416a0893590ecc8c051d015 to your computer and use it in GitHub Desktop.
Save priyanlc/21e94398b416a0893590ecc8c051d015 to your computer and use it in GitHub Desktop.

rm -rf ~/.virtualenvs/pyspark-databricks-poc-test &&
python3 -m venv ~/.virtualenvs/pyspark-databricks-poc-test &&
source ~/.virtualenvs/pyspark-databricks-poc-test/bin/activate &&
pip3 install --upgrade pip &&
pip3 install pip-tools &&
make install-test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment