Python Forum
Python 3.9 alpha how to install psutil?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3.9 alpha how to install psutil?
#11
[inline]# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

# User specific environment
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]
then
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
fi
export PATH

# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=

# User specific aliases and functions

# Load pyenv automatically when shell start
export PATH="~/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
[/inline]

Is this correct file? i did not get its to works.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  alpha advantage api question jacksfrustration 1 449 Oct-09-2023, 03:39 PM
Last Post: Larz60+
  TypeError: max_value() missing 2 required positional arguments: 'alpha' and 'beta' Anldra12 2 4,169 May-15-2021, 04:15 PM
Last Post: Anldra12
  Alpha numeric element list search rhubarbpieguy 1 1,745 Apr-01-2020, 12:41 PM
Last Post: pyzyx3qwerty
  psutil for monitor a software finish process and notification Pyguys 0 2,817 Mar-27-2020, 11:15 PM
Last Post: Pyguys
  ModuleNotFoundError: No module named 'psutil' after creating .exe ? ABhishek 3 11,441 Jul-30-2019, 01:44 PM
Last Post: ABhishek
  Replace all alpha characters within double quotes with underscores? walterbyrd 1 2,728 Nov-26-2017, 01:13 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020