command to update pip
python -m pip install --upgrade pip
how to upgrade cmake version in ubuntu
Go to
https://github.com/Kitware/CMake/releases
select the version that you want to install and click on that. Next copy the link
of .tar.gz file.
open terminal and write
wget link
Example:
wget https://github.com/Kitware/CMake/releases/download/v3.13.4/cmake-3.13.4.tar.gz
Then do this steps according to your version
1) tar zxvf cmake-3.13.4.tar.gz
2) cd cmake-3.13.4
3) sudo ./bootstrap
4) sudo make
5) sudo make install
cmake is installed. check by typing in terminal
cmake --version
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us