Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

COMMANDS


useful terminal, Python, Node (npm) rare commands you may be need some where

LINUX TERMINAL


PYTHON

PIP/Virtual Environment

Upgarde setup tool

pip install --upgrade pip setuptools

Clean virtual env without deleting it

pip freeze | xargs pip uninstall -y
python -m venv --clear

NODE and NPM

CUDA

Life Hacks

To remove the ambiguous metapackage

sudo apt-get autoremove cuda

Install specific version

sudo apt-get install -y cuda-toolkit-12-1

About

usefull terminal, python, node(npm) commands

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors