Skip to content

skrevolve/sql_bulk_insert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

bulk_insert

install python

# πŸ‘‡οΈ in a virtual environment or using Python 2
$ pip install pyodbc

# πŸ‘‡οΈ for python 3 (could also be pip3.10 depending on your version)
$ pip3 install pyodbc

# πŸ‘‡οΈ if you get permissions error
$ sudo pip3 install pyodbc
$ pip install pyodbc --user

# πŸ‘‡οΈ if you don't have pip in your PATH environment variable
$ python -m pip install pyodbc

# πŸ‘‡οΈ for python 3 (could also be pip3.10 depending on your version)
$ python3 -m pip install pyodbc

# πŸ‘‡οΈ using py alias (Windows)
$ py -m pip install pyodbc

# πŸ‘‡οΈ for Anaconda
$ conda install -c anaconda pyodbc

# πŸ‘‡οΈ for Jupyter Notebook
$ !pip install pyodbc

zsh config

# πŸ‘‡οΈ search python path
$ which python3
# πŸ‘‡οΈ insert -> alias python="which python3 result path"
$ vi ~/.zshrc
# πŸ‘‡οΈ reset zshrc
$ source ~/.zshrc
# πŸ‘‡οΈ check version
$ python --version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages