titel | author | date |
---|---|---|
Experiences with python vurtual environments |
Dr. Bastian Ebeling |
18.05.2021 |
python3 -m venv example-venv
source example-venv/bin/activate
https://arrow.apache.org/install/#:~:text=Debian%20GNU/Linux%20and%20Ubuntu
sudo apt install cmake libedit-dev libpcre3-dev llvm
python3 -m pip install arrow wheel vaex
pip freeze > requirements.txt