azomDev / pen

An easy-to-use tool for effortlessly managing virtual environments with specific Python versions
MIT License
1 stars 0 forks source link

Supress pip PATH warning #2

Open azomDev opened 2 weeks ago

azomDev commented 2 weeks ago

In the python compilation, there is the following warning:

WARNING: The scripts pip3 and pip3.11 are installed in '/home/azom/.pen/pythonVersions/python_3.11.9/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

Which should be silenced as it is intended for our purpose